#247392

Color #247392 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #247392

Tints of Astral #247392

Color information

#247392 (or 0x247392) is unknown color: approx Astral. HEX triplet: 24, 73 and 92. RGB value is (36,115,146). Sum of RGB (Red+Green+Blue) = 36+115+146=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #247392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247392 is #DB8C6D. Grayscale: #5E5E5E. Windows color (decimal): -14388334 or 9597732. OLE color: 9597732.

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

Color convert

RGB36115146-
CMYK0.750.2100.43
HSL196.91º60.44%35.69%-
HSV(B)196.91º75.34%57.25%-
XYZ12.0514.7129.4-
YUV94.91156.8385.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=12.12%
G=38.72%
B=49.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361151460.750.2100.43196.9160.4435.69
Hex2473924B1502Bc53c24
Octal44163222113250533057444
Binary100100111001110010010100101110101010101111000101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247392; }

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

 H1.HeaderClassName
 {
   color: #247392;
 }
 .AnyTagClassName
 {
   color: #247392;
 }
</style>
background-color css

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

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

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

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

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

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