Html Css Color HEX #247B91 Astral

📋 copy color: '#247B91'

red 36 ◦ green 123 ◦ blue 145

#247B91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #247B91

Tints of Astral #247B91

RGB

 RED value IS 36 (14.45% from 255) = 11.84%

 GREEN value IS 123 (48.44% from 255) = 40.46%

 BLUE value IS 145 (57.03% from 255) = 47.7%

R = 11.84%
G = 40.46%
B = 47.7%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#247B91 (or 0x247B91) is known color: Astral. HEX triplet: 24, 7B and 91. RGB value is (36,123,145). Sum of RGB (Red+Green+Blue) = 36+123+145=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #247B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B91 is #DB846E. Grayscale: #636363. Windows color (decimal): -14386287 or 9534244. OLE color: 9534244.

HSL color Cylindrical-coordinate representation of color #247B91: hue angle of 192.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247B91 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 123 145 -
CMYK 0.75 0.15 0 0.43
HSL 192.11º 0.6% 0.35% -
HSV(B) 192.11º 0.75% 0.57% -
XYZ 12.92 16.59 29.31 -
YUV 99.5 153.68 82.71 -
System Red Green Blue C M Y K H S L
Decimal 36 123 145 0.75 0.15 0 0.43 192.11 0.6 0.35
Hex 24 7B 91 4B F 0 2B C0 3C 23
Octal 44 173 221 113 17 0 53 300 74 43
Binary 100100 1111011 10010001 1001011 1111 0 101011 11000000 111100 100011

Color Harmonies of #247B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247B91

Black with #247B91

Text Example


Text Example

White with #247B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247B91; }

 p { color: rgb(36,123,145); }

 H1.HeaderClassName
 {
   color: #247B91;
 }
 .AnyTagClassName
 {
   color: #247B91;
 }
</style>

background-color css

<style>
 a { background-color: #247B91; }

 a { background-color: rgb(36,123,145); }

 div.DivClassName
 {
   background-color: #247B91;
 }
 .BgClassName
 {
   background-color: #247B91;
 }
</style>

border-color css

<style>
 span { border-color: #247B91; }

 span { border-color: rgb(36,123,145); }

 td.TdClassName
 {
   border-color: #247B91;
 }
 .TagClassName
 {
   border-color: #247B91;
 }
</style>