#216996

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

Shades of Lochmara #216996

Tints of Lochmara #216996

Color information

#216996 (or 0x216996) is unknown color: approx Lochmara. HEX triplet: 21, 69 and 96. RGB value is (33,105,150). Sum of RGB (Red+Green+Blue) = 33+105+150=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #216996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216996 is #DE9669. Grayscale: #585858. Windows color (decimal): -14587498 or 9857313. OLE color: 9857313.

HSL color Cylindrical-coordinate representation of color #216996: hue angle of 203.08º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216996 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33105150-
CMYK0.780.3000.41
HSL203.08º63.93%35.88%-
HSV(B)203.08º78%58.82%-
XYZ11.1812.6330.7-
YUV88.6162.6588.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=11.46%
G=36.46%
B=52.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331051500.780.3000.41203.0863.9335.88
Hex2169964E1E029cb4024
Octal411512261163605131310044
Binary1000011101001100101101001110111100101001110010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216996; }

 p { color: rgb(33,105,150); }

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

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

 a { background-color: rgb(33,105,150); }

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

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

 span { border-color: rgb(33,105,150); }

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