#297791

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

Shades of Astral #297791

Tints of Astral #297791

Color information

#297791 (or 0x297791) is unknown color: approx Astral. HEX triplet: 29, 77 and 91. RGB value is (41,119,145). Sum of RGB (Red+Green+Blue) = 41+119+145=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #297791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297791 is #D6886E. Grayscale: #626262. Windows color (decimal): -14059631 or 9533225. OLE color: 9533225.

HSL color Cylindrical-coordinate representation of color #297791: hue angle of 195º 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 #297791 is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41119145-
CMYK0.720.1800.43
HSL195º55.91%36.47%-
HSV(B)195º71.72%56.86%-
XYZ12.6215.7129.16-
YUV98.64154.1686.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=13.44%
G=39.02%
B=47.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411191450.720.1800.4319555.9136.47
Hex297791481202Bc33824
Octal51167221110220533037044
Binary101001111011110010001100100010010010101111000011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297791; }

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

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

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

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

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

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

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

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