#296972

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

Shades of Allports #296972

Tints of Allports #296972

Color information

#296972 (or 0x296972) is unknown color: approx Allports. HEX triplet: 29, 69 and 72. RGB value is (41,105,114). Sum of RGB (Red+Green+Blue) = 41+105+114=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #296972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296972 is #D6968D. Grayscale: #565656. Windows color (decimal): -14063246 or 7498025. OLE color: 7498025.

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

Color convert

RGB41105114-
CMYK0.640.0800.55
HSL187.4º47.1%30.39%-
HSV(B)187.4º64.04%44.71%-
XYZ911.7917.72-
YUV86.89143.395.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.77%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=15.77%
G=40.38%
B=43.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411051140.640.0800.55187.447.130.39
Hex296972408037bb2f1e
Octal51151162100100672735736
Binary101001110100111100101000000100001101111011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296972; }

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

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

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

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

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

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

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

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