#2076A8

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

Shades of Lochmara #2076A8

Tints of Lochmara #2076A8

Color information

#2076A8 (or 0x2076A8) is unknown color: approx Lochmara. HEX triplet: 20, 76 and A8. RGB value is (32,118,168). Sum of RGB (Red+Green+Blue) = 32+118+168=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 168 (66.02% from 255 or 52.83% from 318); Max value from RGB is 168 - color contains mainly: blue. Hex color #2076A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2076A8 is #DF8957. Grayscale: #616161. Windows color (decimal): -14649688 or 11040288. OLE color: 11040288.

HSL color Cylindrical-coordinate representation of color #2076A8: hue angle of 202.06º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2076A8 is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32118168-
CMYK0.810.3000.34
HSL202.06º68%39.22%-
HSV(B)202.06º80.95%65.88%-
XYZ14.1416.0939.41-
YUV97.99167.5180.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.06%
GREEN value IS 118 (46.48% from 255) = 37.11%
BLUE value IS 168 (66.02% from 255) = 52.83%
R=10.06%
G=37.11%
B=52.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321181680.810.3000.34202.066839.22
Hex2076A8511E022ca4427
Octal401662501213604231210447
Binary1000001110110101010001010001111100100010110010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2076A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2076A8; }

 p { color: rgb(32,118,168); }

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

<style>
 a { background-color: #2076A8; }

 a { background-color: rgb(32,118,168); }

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

<style>
 span { border-color: #2076A8; }

 span { border-color: rgb(32,118,168); }

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