#2179AA

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

Shades of Lochmara #2179AA

Tints of Lochmara #2179AA

Color information

#2179AA (or 0x2179AA) is unknown color: approx Lochmara. HEX triplet: 21, 79 and AA. RGB value is (33,121,170). Sum of RGB (Red+Green+Blue) = 33+121+170=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #2179AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2179AA is #DE8655. Grayscale: #636363. Windows color (decimal): -14583382 or 11172129. OLE color: 11172129.

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

Color convert

RGB33121170-
CMYK0.810.2900.33
HSL201.46º67.49%39.8%-
HSV(B)201.46º80.59%66.67%-
XYZ14.7216.940.52-
YUV100.27167.3580.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.19%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=10.19%
G=37.35%
B=52.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal331211700.810.2900.33201.4667.4939.8
Hex2179AA511D021c94328
Octal411712521213504131110350
Binary1000011111001101010101010001111010100001110010011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2179AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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