#2166AB

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

Shades of Lochmara #2166AB

Tints of Lochmara #2166AB

Color information

#2166AB (or 0x2166AB) is unknown color: approx Lochmara. HEX triplet: 21, 66 and AB. RGB value is (33,102,171). Sum of RGB (Red+Green+Blue) = 33+102+171=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #2166AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2166AB is #DE9954. Grayscale: #585858. Windows color (decimal): -14588245 or 11232801. OLE color: 11232801.

HSL color Cylindrical-coordinate representation of color #2166AB: hue angle of 210º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2166AB is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33102171-
CMYK0.810.4000.33
HSL210º67.65%40%-
HSV(B)210º80.7%67.06%-
XYZ12.7312.7740.32-
YUV89.24174.1487.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.78%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=10.78%
G=33.33%
B=55.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331021710.810.4000.3321067.6540
Hex2166AB5128021d24428
Octal411462531215004132210450
Binary10000111001101010101110100011010000100001110100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2166AB; }

 p { color: rgb(33,102,171); }

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

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

 a { background-color: rgb(33,102,171); }

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

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

 span { border-color: rgb(33,102,171); }

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