#296F8F

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

Shades of Astral #296F8F

Tints of Astral #296F8F

Color information

#296F8F (or 0x296F8F) is unknown color: approx Astral. HEX triplet: 29, 6F and 8F. RGB value is (41,111,143). Sum of RGB (Red+Green+Blue) = 41+111+143=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #296F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F8F is #D69070. Grayscale: #5D5D5D. Windows color (decimal): -14061681 or 9400105. OLE color: 9400105.

HSL color Cylindrical-coordinate representation of color #296F8F: hue angle of 198.82º 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 #296F8F is Cyan = 0.71, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41111143-
CMYK0.710.2200.44
HSL198.82º55.43%36.08%-
HSV(B)198.82º71.33%56.08%-
XYZ11.5613.8228.05-
YUV93.72155.8190.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=13.90%
G=37.63%
B=48.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411111430.710.2200.44198.8255.4336.08
Hex296F8F471602Cc73724
Octal51157217107260543076744
Binary101001110111110001111100011110110010110011000111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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