#2163AA

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

Shades of Lochmara #2163AA

Tints of Lochmara #2163AA

Color information

#2163AA (or 0x2163AA) is unknown color: approx Lochmara. HEX triplet: 21, 63 and AA. RGB value is (33,99,170). Sum of RGB (Red+Green+Blue) = 33+99+170=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #2163AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2163AA is #DE9C55. Grayscale: #575757. Windows color (decimal): -14589014 or 11166497. OLE color: 11166497.

HSL color Cylindrical-coordinate representation of color #2163AA: hue angle of 211.09º degrees, saturation: 0.67, 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 #2163AA is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3399170-
CMYK0.810.4200.33
HSL211.09º67.49%39.8%-
HSV(B)211.09º80.59%66.67%-
XYZ12.3412.1539.72-
YUV87.36174.6389.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=10.93%
G=32.78%
B=56.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33991700.810.4200.33211.0967.4939.8
Hex2163AA512A021d34328
Octal411432521215204132310350
Binary10000111000111010101010100011010100100001110100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2163AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2163AA; }

 p { color: rgb(33,99,170); }

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

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

 a { background-color: rgb(33,99,170); }

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

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

 span { border-color: rgb(33,99,170); }

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