#2177b5

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

Shades of Lochmara #2177B5

Tints of Lochmara #2177B5

Color information

#2177B5 (or 0x2177B5) is unknown color: approx Lochmara. HEX triplet: 21, 77 and B5. RGB value is (33,119,181). Sum of RGB (Red+Green+Blue) = 33+119+181=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #2177B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2177B5 is #DE884A. Grayscale: #646464. Windows color (decimal): -14583883 or 11892513. OLE color: 11892513.

HSL color Cylindrical-coordinate representation of color #2177B5: hue angle of 205.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2177B5 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33119181-
CMYK0.820.3400.29
HSL205.14º69.16%41.96%-
HSV(B)205.14º81.77%70.98%-
XYZ15.5616.8546.15-
YUV100.35173.5179.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 181 (71.09% from 255) = 54.35%
R=9.91%
G=35.74%
B=54.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331191810.820.3400.29205.1469.1641.96
Hex2177B5522201Dcd452a
Octal411672651224203531510552
Binary1000011110111101101011010010100010011101110011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2177b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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