Html Css Color HEX #247996 Astral

📋 copy color: '#247996'

red 36 ◦ green 121 ◦ blue 150

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

Shades of Astral #247996

Tints of Astral #247996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 11.73%
G = 39.41%
B = 48.86%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247996 (or 0x247996) is known color: Astral. HEX triplet: 24, 79 and 96. RGB value is (36,121,150). Sum of RGB (Red+Green+Blue) = 36+121+150=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #247996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247996 is #DB8669. Grayscale: #626262. Windows color (decimal): -14386794 or 9861412. OLE color: 9861412.

HSL color Cylindrical-coordinate representation of color #247996: hue angle of 195.26º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247996 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 121 150 -
CMYK 0.76 0.19 0 0.41
HSL 195.26º 0.61% 0.36% -
HSV(B) 195.26º 0.76% 0.59% -
XYZ 13.07 16.25 31.3 -
YUV 98.89 156.84 83.14 -
System Red Green Blue C M Y K H S L
Decimal 36 121 150 0.76 0.19 0 0.41 195.26 0.61 0.36
Hex 24 79 96 4C 13 0 29 C3 3D 24
Octal 44 171 226 114 23 0 51 303 75 44
Binary 100100 1111001 10010110 1001100 10011 0 101001 11000011 111101 100100

Color Harmonies of #247996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247996

Black with #247996

Text Example


Text Example

White with #247996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247996; }

 p { color: rgb(36,121,150); }

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

background-color css

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

 a { background-color: rgb(36,121,150); }

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

border-color css

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

 span { border-color: rgb(36,121,150); }

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