Html Css Color HEX #247292 Astral

📋 copy color: '#247292'

red 36 ◦ green 114 ◦ blue 146

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

Shades of Astral #247292

Tints of Astral #247292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.51%

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 12.16%
G = 38.51%
B = 49.32%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#247292 (or 0x247292) is known color: Astral. HEX triplet: 24, 72 and 92. RGB value is (36,114,146). Sum of RGB (Red+Green+Blue) = 36+114+146=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #247292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247292 is #DB8D6D. Grayscale: #5E5E5E. Windows color (decimal): -14388590 or 9597476. OLE color: 9597476.

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

Color convert

RGB 36 114 146 -
CMYK 0.75 0.22 0 0.43
HSL 197.45º 0.6% 0.36% -
HSV(B) 197.45º 0.75% 0.57% -
XYZ 11.93 14.49 29.36 -
YUV 94.33 157.16 86.4 -
System Red Green Blue C M Y K H S L
Decimal 36 114 146 0.75 0.22 0 0.43 197.45 0.6 0.36
Hex 24 72 92 4B 16 0 2B C5 3C 24
Octal 44 162 222 113 26 0 53 305 74 44
Binary 100100 1110010 10010010 1001011 10110 0 101011 11000101 111100 100100

Color Harmonies of #247292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247292

Black with #247292

Text Example


Text Example

White with #247292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247292; }

 p { color: rgb(36,114,146); }

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

background-color css

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

 a { background-color: rgb(36,114,146); }

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

border-color css

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

 span { border-color: rgb(36,114,146); }

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