#297691

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

Shades of Astral #297691

Tints of Astral #297691

Color information

#297691 (or 0x297691) is unknown color: approx Astral. HEX triplet: 29, 76 and 91. RGB value is (41,118,145). Sum of RGB (Red+Green+Blue) = 41+118+145=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #297691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297691 is #D6896E. Grayscale: #616161. Windows color (decimal): -14059887 or 9532969. OLE color: 9532969.

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

Color convert

RGB41118145-
CMYK0.720.1900.43
HSL195.58º55.91%36.47%-
HSV(B)195.58º71.72%56.86%-
XYZ12.515.4729.12-
YUV98.06154.4987.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=13.49%
G=38.82%
B=47.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411181450.720.1900.43195.5855.9136.47
Hex297691481302Bc43824
Octal51166221110230533047044
Binary101001111011010010001100100010011010101111000100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297691; }

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

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

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

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

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

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

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

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