#296877

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

Shades of Allports #296877

Tints of Allports #296877

Color information

#296877 (or 0x296877) is unknown color: approx Allports. HEX triplet: 29, 68 and 77. RGB value is (41,104,119). Sum of RGB (Red+Green+Blue) = 41+104+119=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #296877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296877 is #D69788. Grayscale: #565656. Windows color (decimal): -14063497 or 7825449. OLE color: 7825449.

HSL color Cylindrical-coordinate representation of color #296877: hue angle of 191.54º 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 #296877 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41104119-
CMYK0.660.1300.53
HSL191.54º48.75%31.37%-
HSV(B)191.54º65.55%46.67%-
XYZ9.1911.719.23-
YUV86.87146.1395.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=15.53%
G=39.39%
B=45.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411041190.660.1300.53191.5448.7531.37
Hex29687742D035c0311f
Octal51150167102150653006137
Binary101001110100011101111000010110101101011100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296877; }

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

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

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

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

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

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

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

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