#296985

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

Shades of Allports #296985

Tints of Allports #296985

Color information

#296985 (or 0x296985) is unknown color: approx Allports. HEX triplet: 29, 69 and 85. RGB value is (41,105,133). Sum of RGB (Red+Green+Blue) = 41+105+133=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #296985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296985 is #D6967A. Grayscale: #585858. Windows color (decimal): -14063227 or 8743209. OLE color: 8743209.

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

Color convert

RGB41105133-
CMYK0.690.2100.48
HSL198.26º52.87%34.12%-
HSV(B)198.26º69.17%52.16%-
XYZ10.212.2724.02-
YUV89.06152.893.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.70%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=14.70%
G=37.63%
B=47.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411051330.690.2100.48198.2652.8734.12
Hex2969854515030c63522
Octal51151205105250603066542
Binary101001110100110000101100010110101011000011000110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296985; }

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

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

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

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

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

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

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

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