#296575

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

Shades of Allports #296575

Tints of Allports #296575

Color information

#296575 (or 0x296575) is unknown color: approx Allports. HEX triplet: 29, 65 and 75. RGB value is (41,101,117). Sum of RGB (Red+Green+Blue) = 41+101+117=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #296575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296575 is #D69A8A. Grayscale: #545454. Windows color (decimal): -14064267 or 7693609. OLE color: 7693609.

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

Color convert

RGB41101117-
CMYK0.650.1400.54
HSL192.63º48.1%30.98%-
HSV(B)192.63º64.96%45.88%-
XYZ8.7811.0618.5-
YUV84.88146.1296.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=15.83%
G=39.00%
B=45.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411011170.650.1400.54192.6348.130.98
Hex29657541E036c1301f
Octal51145165101160663016037
Binary101001110010111101011000001111001101101100000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296575; }

 p { color: rgb(41,101,117); }

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

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

 a { background-color: rgb(41,101,117); }

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

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

 span { border-color: rgb(41,101,117); }

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