#296E90

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

Shades of Astral #296E90

Tints of Astral #296E90

Color information

#296E90 (or 0x296E90) is unknown color: approx Astral. HEX triplet: 29, 6E and 90. RGB value is (41,110,144). Sum of RGB (Red+Green+Blue) = 41+110+144=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #296E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E90 is #D6916F. Grayscale: #5D5D5D. Windows color (decimal): -14061936 or 9465385. OLE color: 9465385.

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

Color convert

RGB41110144-
CMYK0.720.2400.44
HSL199.81º55.68%36.27%-
HSV(B)199.81º71.53%56.47%-
XYZ11.5213.6428.41-
YUV93.24156.6490.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 144 (56.64% from 255) = 48.81%
R=13.90%
G=37.29%
B=48.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411101440.720.2400.44199.8155.6836.27
Hex296E90481802Cc83824
Octal51156220110300543107044
Binary101001110111010010000100100011000010110011001000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,110,144); }

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

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

 a { background-color: rgb(41,110,144); }

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

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

 span { border-color: rgb(41,110,144); }

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