#296672

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

Shades of Allports #296672

Tints of Allports #296672

Color information

#296672 (or 0x296672) is unknown color: approx Allports. HEX triplet: 29, 66 and 72. RGB value is (41,102,114). Sum of RGB (Red+Green+Blue) = 41+102+114=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #296672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296672 is #D6998D. Grayscale: #555555. Windows color (decimal): -14064014 or 7497257. OLE color: 7497257.

HSL color Cylindrical-coordinate representation of color #296672: hue angle of 189.86º 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 #296672 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB41102114-
CMYK0.640.1100.55
HSL189.86º47.1%30.39%-
HSV(B)189.86º64.04%44.71%-
XYZ8.711.1917.62-
YUV85.13144.2996.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=15.95%
G=39.69%
B=44.36%

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
Decimal411021140.640.1100.55189.8647.130.39
Hex29667240B037be2f1e
Octal51146162100130672765736
Binary101001110011011100101000000101101101111011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296672; }

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

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

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

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

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

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

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

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