#247092

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

Shades of Astral #247092

Tints of Astral #247092

Color information

#247092 (or 0x247092) is unknown color: approx 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

RGB36112146-
CMYK0.750.2300.43
HSL198.55º60.44%35.69%-
HSV(B)198.55º75.34%57.25%-
XYZ11.7114.0429.29-
YUV93.15157.8287.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=12.24%
G=38.10%
B=49.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal361121460.750.2300.43198.5560.4435.69
Hex2470924B1702Bc73c24
Octal44160222113270533077444
Binary100100111000010010010100101110111010101111000111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>