#296F81

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

Shades of Allports #296F81

Tints of Allports #296F81

Color information

#296F81 (or 0x296F81) is unknown color: approx Allports. HEX triplet: 29, 6F and 81. RGB value is (41,111,129). Sum of RGB (Red+Green+Blue) = 41+111+129=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #296F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296F81 is #D6907E. Grayscale: #5B5B5B. Windows color (decimal): -14061695 or 8482601. OLE color: 8482601.

HSL color Cylindrical-coordinate representation of color #296F81: hue angle of 192.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296F81 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41111129-
CMYK0.680.1400.49
HSL192.27º51.76%33.33%-
HSV(B)192.27º68.22%50.59%-
XYZ10.5613.4322.8-
YUV92.12148.8191.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=14.59%
G=39.50%
B=45.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411111290.680.1400.49192.2751.7633.33
Hex296F8144E031c03421
Octal51157201104160613006441
Binary10100111011111000000110001001110011000111000000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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