Html Css Color HEX #247192 Astral

📋 copy color: '#247192'

red 36 ◦ green 113 ◦ blue 146

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

Shades of Astral #247192

Tints of Astral #247192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.31%

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

R = 12.2%
G = 38.31%
B = 49.49%

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

#247192 (or 0x247192) is known color: Astral. HEX triplet: 24, 71 and 92. RGB value is (36,113,146). Sum of RGB (Red+Green+Blue) = 36+113+146=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #247192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247192 is #DB8E6D. Grayscale: #5D5D5D. Windows color (decimal): -14388846 or 9597220. OLE color: 9597220.

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

Color convert

RGB 36 113 146 -
CMYK 0.75 0.23 0 0.43
HSL 198º 0.6% 0.36% -
HSV(B) 198º 0.75% 0.57% -
XYZ 11.82 14.26 29.32 -
YUV 93.74 157.49 86.82 -
System Red Green Blue C M Y K H S L
Decimal 36 113 146 0.75 0.23 0 0.43 198 0.6 0.36
Hex 24 71 92 4B 17 0 2B C6 3C 24
Octal 44 161 222 113 27 0 53 306 74 44
Binary 100100 1110001 10010010 1001011 10111 0 101011 11000110 111100 100100

Color Harmonies of #247192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247192

Black with #247192

Text Example


Text Example

White with #247192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247192; }

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

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

background-color css

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

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

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

border-color css

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

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

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