Html Css Color HEX #247092 Astral

📋 copy color: '#247092'

red 36 ◦ green 112 ◦ blue 146

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

Shades of Astral #247092

Tints of Astral #247092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 12.24%
G = 38.1%
B = 49.66%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#247092 (or 0x247092) is known color: Astral. HEX triplet: 24, 70 and 92. RGB value is (36,112,146). Sum of RGB (Red+Green+Blue) = 36+112+146=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #247092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247092 is #DB8F6D. Grayscale: #5C5C5C. Windows color (decimal): -14389102 or 9596964. OLE color: 9596964.

HSL color Cylindrical-coordinate representation of color #247092: hue angle of 198.55º 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 #247092 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 112 146 -
CMYK 0.75 0.23 0 0.43
HSL 198.55º 0.6% 0.36% -
HSV(B) 198.55º 0.75% 0.57% -
XYZ 11.71 14.04 29.29 -
YUV 93.15 157.82 87.24 -
System Red Green Blue C M Y K H S L
Decimal 36 112 146 0.75 0.23 0 0.43 198.55 0.6 0.36
Hex 24 70 92 4B 17 0 2B C7 3C 24
Octal 44 160 222 113 27 0 53 307 74 44
Binary 100100 1110000 10010010 1001011 10111 0 101011 11000111 111100 100100

Color Harmonies of #247092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247092

Black with #247092

Text Example


Text Example

White with #247092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247092; }

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

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

background-color css

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

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

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

border-color css

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

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

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