#296982

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

Shades of Allports #296982

Tints of Allports #296982

Color information

#296982 (or 0x296982) is unknown color: approx Allports. HEX triplet: 29, 69 and 82. RGB value is (41,105,130). Sum of RGB (Red+Green+Blue) = 41+105+130=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #296982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296982 is #D6967D. Grayscale: #585858. Windows color (decimal): -14063230 or 8546601. OLE color: 8546601.

HSL color Cylindrical-coordinate representation of color #296982: hue angle of 196.85º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #296982 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41105130-
CMYK0.680.1900.49
HSL196.85º52.05%33.53%-
HSV(B)196.85º68.46%50.98%-
XYZ1012.1922.94-
YUV88.71151.393.97-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.86%
GREEN value IS 105 (41.41% from 255) = 38.04%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=14.86%
G=38.04%
B=47.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411051300.680.1900.49196.8552.0533.53
Hex2969824413031c53422
Octal51151202104230613056442
Binary101001110100110000010100010010011011000111000101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296982; }

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

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

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

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

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

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

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

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