#247293

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

Shades of Astral #247293

Tints of Astral #247293

Color information

#247293 (or 0x247293) is unknown color: approx Astral. HEX triplet: 24, 72 and 93. RGB value is (36,114,147). Sum of RGB (Red+Green+Blue) = 36+114+147=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #247293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247293 is #DB8D6C. Grayscale: #5E5E5E. Windows color (decimal): -14388589 or 9663012. OLE color: 9663012.

HSL color Cylindrical-coordinate representation of color #247293: hue angle of 197.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247293 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36114147-
CMYK0.760.2200.42
HSL197.84º60.66%35.88%-
HSV(B)197.84º75.51%57.65%-
XYZ12.0114.5229.77-
YUV94.44157.6686.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.12%
GREEN value IS 114 (44.92% from 255) = 38.38%
BLUE value IS 147 (57.81% from 255) = 49.49%
R=12.12%
G=38.38%
B=49.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361141470.760.2200.42197.8460.6635.88
Hex2472934C1602Ac63d24
Octal44162223114260523067544
Binary100100111001010010011100110010110010101011000110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247293; }

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

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

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

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

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

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

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

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