#296C81

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

Shades of Allports #296C81

Tints of Allports #296C81

Color information

#296C81 (or 0x296C81) is unknown color: approx Allports. HEX triplet: 29, 6C and 81. RGB value is (41,108,129). Sum of RGB (Red+Green+Blue) = 41+108+129=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #296C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C81 is #D6937E. Grayscale: #5A5A5A. Windows color (decimal): -14062463 or 8481833. OLE color: 8481833.

HSL color Cylindrical-coordinate representation of color #296C81: hue angle of 194.32º 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 #296C81 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41108129-
CMYK0.680.1600.49
HSL194.32º51.76%33.33%-
HSV(B)194.32º68.22%50.59%-
XYZ10.2412.7822.7-
YUV90.36149.892.79-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.75%
GREEN value IS 108 (42.58% from 255) = 38.85%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=14.75%
G=38.85%
B=46.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411081290.680.1600.49194.3251.7633.33
Hex296C814410031c23421
Octal51154201104200613026441
Binary101001110110010000001100010010000011000111000010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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