#297891

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

Shades of Astral #297891

Tints of Astral #297891

Color information

#297891 (or 0x297891) is unknown color: approx Astral. HEX triplet: 29, 78 and 91. RGB value is (41,120,145). Sum of RGB (Red+Green+Blue) = 41+120+145=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #297891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297891 is #D6876E. Grayscale: #636363. Windows color (decimal): -14059375 or 9533481. OLE color: 9533481.

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

Color convert

RGB41120145-
CMYK0.720.1700.43
HSL194.42º55.91%36.47%-
HSV(B)194.42º71.72%56.86%-
XYZ12.7415.9529.19-
YUV99.23153.8386.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.40%
GREEN value IS 120 (47.27% from 255) = 39.22%
BLUE value IS 145 (57.03% from 255) = 47.39%
R=13.40%
G=39.22%
B=47.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411201450.720.1700.43194.4255.9136.47
Hex297891481102Bc23824
Octal51170221110210533027044
Binary101001111100010010001100100010001010101111000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297891; }

 p { color: rgb(41,120,145); }

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

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

 a { background-color: rgb(41,120,145); }

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

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

 span { border-color: rgb(41,120,145); }

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