#296882

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

Shades of Allports #296882

Tints of Allports #296882

Color information

#296882 (or 0x296882) is unknown color: approx Allports. HEX triplet: 29, 68 and 82. RGB value is (41,104,130). Sum of RGB (Red+Green+Blue) = 41+104+130=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #296882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296882 is #D6977D. Grayscale: #575757. Windows color (decimal): -14063486 or 8546345. OLE color: 8546345.

HSL color Cylindrical-coordinate representation of color #296882: hue angle of 197.53º 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 #296882 is Cyan = 0.68, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41104130-
CMYK0.680.200.49
HSL197.53º52.05%33.53%-
HSV(B)197.53º68.46%50.98%-
XYZ9.8911.9822.91-
YUV88.13151.6394.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=14.91%
G=37.82%
B=47.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411041300.680.200.49197.5352.0533.53
Hex2968824414031c63422
Octal51150202104240613066442
Binary101001110100010000010100010010100011000111000110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296882; }

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

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

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

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

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

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

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

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