#296677

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

Shades of Allports #296677

Tints of Allports #296677

Color information

#296677 (or 0x296677) is unknown color: approx Allports. HEX triplet: 29, 66 and 77. RGB value is (41,102,119). Sum of RGB (Red+Green+Blue) = 41+102+119=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #296677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296677 is #D69988. Grayscale: #555555. Windows color (decimal): -14064009 or 7824937. OLE color: 7824937.

HSL color Cylindrical-coordinate representation of color #296677: hue angle of 193.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296677 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41102119-
CMYK0.660.1400.53
HSL193.08º48.75%31.37%-
HSV(B)193.08º65.55%46.67%-
XYZ911.3119.16-
YUV85.7146.7996.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.65%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=15.65%
G=38.93%
B=45.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411021190.660.1400.53193.0848.7531.37
Hex29667742E035c1311f
Octal51146167102160653016137
Binary101001110011011101111000010111001101011100000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296677; }

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

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

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

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

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

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

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

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