#297090

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

Shades of Astral #297090

Tints of Astral #297090

Color information

#297090 (or 0x297090) is unknown color: approx Astral. HEX triplet: 29, 70 and 90. RGB value is (41,112,144). Sum of RGB (Red+Green+Blue) = 41+112+144=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #297090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297090 is #D68F6F. Grayscale: #5E5E5E. Windows color (decimal): -14061424 or 9465897. OLE color: 9465897.

HSL color Cylindrical-coordinate representation of color #297090: hue angle of 198.64º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297090 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41112144-
CMYK0.720.2200.44
HSL198.64º55.68%36.27%-
HSV(B)198.64º71.53%56.47%-
XYZ11.7414.0728.48-
YUV94.42155.9889.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=13.80%
G=37.71%
B=48.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411121440.720.2200.44198.6455.6836.27
Hex297090481602Cc73824
Octal51160220110260543077044
Binary101001111000010010000100100010110010110011000111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297090; }

 p { color: rgb(41,112,144); }

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

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

 a { background-color: rgb(41,112,144); }

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

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

 span { border-color: rgb(41,112,144); }

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