#296C91

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

Shades of Astral #296C91

Tints of Astral #296C91

Color information

#296C91 (or 0x296C91) is unknown color: approx Astral. HEX triplet: 29, 6C and 91. RGB value is (41,108,145). Sum of RGB (Red+Green+Blue) = 41+108+145=294 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.95% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #296C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C91 is #D6936E. Grayscale: #5B5B5B. Windows color (decimal): -14062447 or 9530409. OLE color: 9530409.

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

Color convert

RGB41108145-
CMYK0.720.2600.43
HSL201.35º55.91%36.47%-
HSV(B)201.35º71.72%56.86%-
XYZ11.3913.2428.74-
YUV92.18157.891.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.95%
GREEN value IS 108 (42.58% from 255) = 36.73%
BLUE value IS 145 (57.03% from 255) = 49.32%
R=13.95%
G=36.73%
B=49.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411081450.720.2600.43201.3555.9136.47
Hex296C91481A02Bc93824
Octal51154221110320533117044
Binary101001110110010010001100100011010010101111001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296C91; }

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

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

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

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

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

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

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

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