#296571

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

Shades of Allports #296571

Tints of Allports #296571

Color information

#296571 (or 0x296571) is unknown color: approx Allports. HEX triplet: 29, 65 and 71. RGB value is (41,101,113). Sum of RGB (Red+Green+Blue) = 41+101+113=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #296571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296571 is #D69A8E. Grayscale: #545454. Windows color (decimal): -14064271 or 7431465. OLE color: 7431465.

HSL color Cylindrical-coordinate representation of color #296571: hue angle of 190º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #296571 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB41101113-
CMYK0.640.1100.56
HSL190º46.75%30.2%-
HSV(B)190º63.72%44.31%-
XYZ8.5510.9717.29-
YUV84.43144.1297.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=16.08%
G=39.61%
B=44.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411011130.640.1100.5619046.7530.2
Hex29657140B038be2f1e
Octal51145161100130702765736
Binary101001110010111100011000000101101110001011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296571; }

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

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

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

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

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

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

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

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