#296C8F

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

Shades of Astral #296C8F

Tints of Astral #296C8F

Color information

#296C8F (or 0x296C8F) is unknown color: approx Astral. HEX triplet: 29, 6C and 8F. RGB value is (41,108,143). Sum of RGB (Red+Green+Blue) = 41+108+143=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #296C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C8F is #D69370. Grayscale: #5B5B5B. Windows color (decimal): -14062449 or 9399337. OLE color: 9399337.

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

Color convert

RGB41108143-
CMYK0.710.2400.44
HSL200.59º55.43%36.08%-
HSV(B)200.59º71.33%56.08%-
XYZ11.2313.1827.94-
YUV91.96156.891.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.04%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=14.04%
G=36.99%
B=48.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411081430.710.2400.44200.5955.4336.08
Hex296C8F471802Cc93724
Octal51154217107300543116744
Binary101001110110010001111100011111000010110011001001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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