#297394

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

Shades of Astral #297394

Tints of Astral #297394

Color information

#297394 (or 0x297394) is unknown color: approx Astral. HEX triplet: 29, 73 and 94. RGB value is (41,115,148). Sum of RGB (Red+Green+Blue) = 41+115+148=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #297394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297394 is #D68C6B. Grayscale: #606060. Windows color (decimal): -14060652 or 9728809. OLE color: 9728809.

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

Color convert

RGB41115148-
CMYK0.720.2200.42
HSL198.5º56.61%37.06%-
HSV(B)198.5º72.3%58.04%-
XYZ12.3914.8730.23-
YUV96.64156.9888.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 148 (58.20% from 255) = 48.68%
R=13.49%
G=37.83%
B=48.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411151480.720.2200.42198.556.6137.06
Hex297394481602Ac73925
Octal51163224110260523077145
Binary101001111001110010100100100010110010101011000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297394; }

 p { color: rgb(41,115,148); }

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

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

 a { background-color: rgb(41,115,148); }

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

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

 span { border-color: rgb(41,115,148); }

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