#2165AB

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

Shades of Lochmara #2165AB

Tints of Lochmara #2165AB

Color information

#2165AB (or 0x2165AB) is unknown color: approx Lochmara. HEX triplet: 21, 65 and AB. RGB value is (33,101,171). Sum of RGB (Red+Green+Blue) = 33+101+171=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #2165AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2165AB is #DE9A54. Grayscale: #585858. Windows color (decimal): -14588501 or 11232545. OLE color: 11232545.

HSL color Cylindrical-coordinate representation of color #2165AB: hue angle of 210.43º 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 #2165AB is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB33101171-
CMYK0.810.4100.33
HSL210.43º67.65%40%-
HSV(B)210.43º80.7%67.06%-
XYZ12.6312.5740.29-
YUV88.65174.4788.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.82%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=10.82%
G=33.11%
B=56.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331011710.810.4100.33210.4367.6540
Hex2165AB5129021d24428
Octal411452531215104132210450
Binary10000111001011010101110100011010010100001110100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2165AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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