#296D91

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

Shades of Astral #296D91

Tints of Astral #296D91

Color information

#296D91 (or 0x296D91) is unknown color: approx Astral. HEX triplet: 29, 6D and 91. RGB value is (41,109,145). Sum of RGB (Red+Green+Blue) = 41+109+145=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #296D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D91 is #D6926E. Grayscale: #5C5C5C. Windows color (decimal): -14062191 or 9530665. OLE color: 9530665.

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

Color convert

RGB41109145-
CMYK0.720.2500.43
HSL200.77º55.91%36.47%-
HSV(B)200.77º71.72%56.86%-
XYZ11.4913.4528.78-
YUV92.77157.4791.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=13.90%
G=36.95%
B=49.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411091450.720.2500.43200.7755.9136.47
Hex296D91481902Bc93824
Octal51155221110310533117044
Binary101001110110110010001100100011001010101111001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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