#296778

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

Shades of Allports #296778

Tints of Allports #296778

Color information

#296778 (or 0x296778) is unknown color: approx Allports. HEX triplet: 29, 67 and 78. RGB value is (41,103,120). Sum of RGB (Red+Green+Blue) = 41+103+120=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #296778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296778 is #D69887. Grayscale: #565656. Windows color (decimal): -14063752 or 7890729. OLE color: 7890729.

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

Color convert

RGB41103120-
CMYK0.660.1400.53
HSL192.91º49.07%31.57%-
HSV(B)192.91º65.83%47.06%-
XYZ9.1511.5319.51-
YUV86.4146.9695.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.53%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=15.53%
G=39.02%
B=45.45%

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
Decimal411031200.660.1400.53192.9149.0731.57
Hex29677842E035c13120
Octal51147170102160653016140
Binary1010011100111111100010000101110011010111000001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296778; }

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

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

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

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

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

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

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

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