COLOR #248591

HEX: #248591
RGB: (36,133,145)

Color info

#248591 contains mainly green and blue colors. Web safe color of #248591 is #339999 (or #399).

RGB color model

#248591 color RGB value is (36,133,145).

  • red value is 36;
  • green value is 133;
  • blue value is 145.
RGB:
(36,133,145)
(14%,52%,57%)

RGB channels and saturation

R 36 of 255 = 14%
G 133 of 255 = 52%
B 145 of 255 = 57%

36
133
145

R + G + B ~ 41%. #248591 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 133 + 145 = 314 (100%)
R 36 of 314 ~ 11.46%
G 133 of 314 ~ 42.36%
B 145 of 314 ~ 46.18%

%11.46
%42.36
%46.18

CMYK color model

#248591 color CMYK value is (75,8,0,43).

  • cyan value is 75.17%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(75,8,0,43)
C75M8Y0K43 
(75%,8%,0%,43%)
(0.75/0.08/0.00/0.43)	

CMYK percentages

%75.17
%8.28
%0
%43.14

Codes

Color #248591 in popluar color models

248591
RGB36133145
HSL187°60.22%35.49%
HSB/HSV187°75.17%56.86%
CMYK75.17%8.28%0.00%
43.14%

Color #248591 in popluar number systems.

HEX248591
Decimal36133145
Binary1001001000010110010001
Octal44205221

Shades and tints

Shades of #248591

#248591
(36,133,145)
#217984
(33,121,132)
#1E6D77
(30,109,119)
#1B616A
(27,97,106)
#18555D
(24,85,93)
#154950
(21,73,80)
#123D43
(18,61,67)
#0F3136
(15,49,54)
#0C2529
(12,37,41)
#09191C
(9,25,28)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #248591

#248591
(36,133,145)
#37909B
(55,144,155)
#4A9BA5
(74,155,165)
#5DA6AF
(93,166,175)
#70B1B9
(112,177,185)
#83BCC3
(131,188,195)
#96C7CD
(150,199,205)
#A9D2D7
(169,210,215)
#BCDDE1
(188,221,225)
#CFE8EB
(207,232,235)
#E2F3F5
(226,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #248591 color. Also use rgb(36,133,145) instead hex code.

Text Font Color

.myTextColor { color: #248591; }

<p style="color:#248591">This sample text font color is #248591.</p>

This text font color is #248591.


Background Color

.myBgColor { background-color: #248591; }

<div style="background-color:#248591">Inner text</div>

This div background color is #248591.


Border color

.myBorderColor { border: 1px solid #248591; }

<div style="border:3px solid #248591">Div</div>

This div border color is #248591.


Opacity

.myOpacity80 { color: #248591; opacity: 0.8; }

<p style="color:#248591;opacity:0.8;">80%</p>

Text with #248591 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #248591;}

<p style="text-shadow: 3px 3px 1px #248591">Text here.</p>

This text has shadow with #248591 color.

.textShadow {text-shadow: 3px 3px 1px #248591, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #248591, 5px 5px 20px red">Text here.</p>

This text has shadow with #248591 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#248591, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#248591, Direction=45, Strength=4)">Text</p>

This text has shadow with #248591 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #248591;
  -webkit-box-shadow:	1px 1px 3px 2px #248591;
  box-shadow:		1px 1px 3px 2px #248591;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #248591;
-webkit-box-shadow: 1px 1px 3px 2px #248591;
box-shadow:1px 1px 3px 2px #248591;">
Div content here</div>
This div box has shadow with color #248591.

Preview

Color preview on black background

This text has color #248591 on black background.


Color preview on white background

This text has color #248591 on white background.



Black color preview on #248591 background

This text has black color on #248591 background.


White color preview on #248591 background

This text has white color on #248591 background.