#296983

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

Shades of Allports #296983

Tints of Allports #296983

Color information

#296983 (or 0x296983) is unknown color: approx Allports. HEX triplet: 29, 69 and 83. RGB value is (41,105,131). Sum of RGB (Red+Green+Blue) = 41+105+131=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #296983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296983 is #D6967C. Grayscale: #585858. Windows color (decimal): -14063229 or 8612137. OLE color: 8612137.

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

Color convert

RGB41105131-
CMYK0.690.2000.49
HSL197.33º52.33%33.73%-
HSV(B)197.33º68.7%51.37%-
XYZ10.0612.2123.3-
YUV88.83151.893.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 131 (51.56% from 255) = 47.29%
R=14.80%
G=37.91%
B=47.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411051310.690.2000.49197.3352.3333.73
Hex2969834514031c53422
Octal51151203105240613056442
Binary101001110100110000011100010110100011000111000101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296983; }

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

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

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

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

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

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

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

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