#216796

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

Shades of Lochmara #216796

Tints of Lochmara #216796

Color information

#216796 (or 0x216796) is unknown color: approx Lochmara. HEX triplet: 21, 67 and 96. RGB value is (33,103,150). Sum of RGB (Red+Green+Blue) = 33+103+150=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #216796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216796 is #DE9869. Grayscale: #575757. Windows color (decimal): -14588010 or 9856801. OLE color: 9856801.

HSL color Cylindrical-coordinate representation of color #216796: hue angle of 204.1º 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 #216796 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB33103150-
CMYK0.780.3100.41
HSL204.1º63.93%35.88%-
HSV(B)204.1º78%58.82%-
XYZ10.9812.2330.64-
YUV87.43163.3189.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=11.54%
G=36.01%
B=52.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal331031500.780.3100.41204.163.9335.88
Hex2167964E1F029cc4024
Octal411472261163705131410044
Binary1000011100111100101101001110111110101001110011001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216796; }

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

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

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

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

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

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

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

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