#296676

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

Shades of Allports #296676

Tints of Allports #296676

Color information

#296676 (or 0x296676) is unknown color: approx Allports. HEX triplet: 29, 66 and 76. RGB value is (41,102,118). Sum of RGB (Red+Green+Blue) = 41+102+118=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #296676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296676 is #D69989. Grayscale: #555555. Windows color (decimal): -14064010 or 7759401. OLE color: 7759401.

HSL color Cylindrical-coordinate representation of color #296676: hue angle of 192.47º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296676 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41102118-
CMYK0.650.1400.54
HSL192.47º48.43%31.18%-
HSV(B)192.47º65.25%46.27%-
XYZ8.9411.2818.85-
YUV85.58146.2996.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=15.71%
G=39.08%
B=45.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411021180.650.1400.54192.4748.4331.18
Hex29667641E036c0301f
Octal51146166101160663006037
Binary101001110011011101101000001111001101101100000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296676; }

 p { color: rgb(41,102,118); }

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

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

 a { background-color: rgb(41,102,118); }

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

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

 span { border-color: rgb(41,102,118); }

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