#296C82

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

Shades of Allports #296C82

Tints of Allports #296C82

Color information

#296C82 (or 0x296C82) is unknown color: approx Allports. HEX triplet: 29, 6C and 82. RGB value is (41,108,130). Sum of RGB (Red+Green+Blue) = 41+108+130=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #296C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296C82 is #D6937D. Grayscale: #5A5A5A. Windows color (decimal): -14062462 or 8547369. OLE color: 8547369.

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

Color convert

RGB41108130-
CMYK0.680.1700.49
HSL194.83º52.05%33.53%-
HSV(B)194.83º68.46%50.98%-
XYZ10.3112.8123.05-
YUV90.48150.392.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=14.70%
G=38.71%
B=46.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411081300.680.1700.49194.8352.0533.53
Hex296C824411031c33422
Octal51154202104210613036442
Binary101001110110010000010100010010001011000111000011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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