#296572

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

Shades of Allports #296572

Tints of Allports #296572

Color information

#296572 (or 0x296572) is unknown color: approx Allports. HEX triplet: 29, 65 and 72. RGB value is (41,101,114). Sum of RGB (Red+Green+Blue) = 41+101+114=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #296572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296572 is #D69A8D. Grayscale: #545454. Windows color (decimal): -14064270 or 7497001. OLE color: 7497001.

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

Color convert

RGB41101114-
CMYK0.640.1100.55
HSL190.68º47.1%30.39%-
HSV(B)190.68º64.04%44.71%-
XYZ8.6110.9917.59-
YUV84.54144.6296.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.02%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=16.02%
G=39.45%
B=44.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411011140.640.1100.55190.6847.130.39
Hex29657240B037bf2f1e
Octal51145162100130672775736
Binary101001110010111100101000000101101101111011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296572; }

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

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

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

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

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

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

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

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