#296D8A

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

Shades of Astral #296D8A

Tints of Astral #296D8A

Color information

#296D8A (or 0x296D8A) is unknown color: approx Astral. HEX triplet: 29, 6D and 8A. RGB value is (41,109,138). Sum of RGB (Red+Green+Blue) = 41+109+138=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #296D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D8A is #D69275. Grayscale: #5B5B5B. Windows color (decimal): -14062198 or 9071913. OLE color: 9071913.

HSL color Cylindrical-coordinate representation of color #296D8A: hue angle of 197.94º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296D8A is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41109138-
CMYK0.700.2100.46
HSL197.94º54.19%35.1%-
HSV(B)197.94º70.29%54.12%-
XYZ10.9713.2426.02-
YUV91.97153.9791.64-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=14.24%
G=37.85%
B=47.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411091380.700.2100.46197.9454.1935.1
Hex296D8A461502Ec63623
Octal51155212106250563066643
Binary101001110110110001010100011010101010111011000110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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