#2177A2

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

Shades of Lochmara #2177A2

Tints of Lochmara #2177A2

Color information

#2177A2 (or 0x2177A2) is unknown color: approx Lochmara. HEX triplet: 21, 77 and A2. RGB value is (33,119,162). Sum of RGB (Red+Green+Blue) = 33+119+162=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #2177A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2177A2 is #DE885D. Grayscale: #616161. Windows color (decimal): -14583902 or 10647329. OLE color: 10647329.

HSL color Cylindrical-coordinate representation of color #2177A2: hue angle of 200º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2177A2 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB33119162-
CMYK0.800.2700.36
HSL200º66.15%38.24%-
HSV(B)200º79.63%63.53%-
XYZ13.7516.1336.57-
YUV98.19164.0181.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.51%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=10.51%
G=37.90%
B=51.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331191620.800.2700.3620066.1538.24
Hex2177A2501B024c84226
Octal411672421203304431010246
Binary1000011110111101000101010000110110100100110010001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2177A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2177A2; }

 p { color: rgb(33,119,162); }

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

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

 a { background-color: rgb(33,119,162); }

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

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

 span { border-color: rgb(33,119,162); }

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