#296876

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

Shades of Allports #296876

Tints of Allports #296876

Color information

#296876 (or 0x296876) is unknown color: approx Allports. HEX triplet: 29, 68 and 76. RGB value is (41,104,118). Sum of RGB (Red+Green+Blue) = 41+104+118=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #296876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296876 is #D69789. Grayscale: #565656. Windows color (decimal): -14063498 or 7759913. OLE color: 7759913.

HSL color Cylindrical-coordinate representation of color #296876: hue angle of 190.91º 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 #296876 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41104118-
CMYK0.650.1200.54
HSL190.91º48.43%31.18%-
HSV(B)190.91º65.25%46.27%-
XYZ9.1311.6818.91-
YUV86.76145.6395.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=15.59%
G=39.54%
B=44.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411041180.650.1200.54190.9148.4331.18
Hex29687641C036bf301f
Octal51150166101140662776037
Binary101001110100011101101000001110001101101011111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296876; }

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

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

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

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

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

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

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

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