#2176AE

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

Shades of Lochmara #2176AE

Tints of Lochmara #2176AE

Color information

#2176AE (or 0x2176AE) is unknown color: approx Lochmara. HEX triplet: 21, 76 and AE. RGB value is (33,118,174). Sum of RGB (Red+Green+Blue) = 33+118+174=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #2176AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2176AE is #DE8951. Grayscale: #626262. Windows color (decimal): -14584146 or 11433505. OLE color: 11433505.

HSL color Cylindrical-coordinate representation of color #2176AE: hue angle of 203.83º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2176AE is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33118174-
CMYK0.810.3200.32
HSL203.83º68.12%40.59%-
HSV(B)203.83º81.03%68.24%-
XYZ14.7516.3442.42-
YUV98.97170.3480.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.15%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=10.15%
G=36.31%
B=53.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331181740.810.3200.32203.8368.1240.59
Hex2176AE5120020cc4429
Octal411662561214004031410451
Binary10000111101101010111010100011000000100000110011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2176AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2176AE; }

 p { color: rgb(33,118,174); }

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

<style>
 a { background-color: #2176AE; }

 a { background-color: rgb(33,118,174); }

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

<style>
 span { border-color: #2176AE; }

 span { border-color: rgb(33,118,174); }

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