#296878

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

Shades of Allports #296878

Tints of Allports #296878

Color information

#296878 (or 0x296878) is unknown color: approx Allports. HEX triplet: 29, 68 and 78. RGB value is (41,104,120). Sum of RGB (Red+Green+Blue) = 41+104+120=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #296878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296878 is #D69787. Grayscale: #565656. Windows color (decimal): -14063496 or 7890985. OLE color: 7890985.

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

Color convert

RGB41104120-
CMYK0.660.1300.53
HSL192.15º49.07%31.57%-
HSV(B)192.15º65.83%47.06%-
XYZ9.2511.7319.55-
YUV86.99146.6395.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 120 (47.27% from 255) = 45.28%
R=15.47%
G=39.25%
B=45.28%

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
Decimal411041200.660.1300.53192.1549.0731.57
Hex29687842D035c03120
Octal51150170102150653006140
Binary1010011101000111100010000101101011010111000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296878; }

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

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

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

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

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

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

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

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