#2075AC

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

Shades of Lochmara #2075AC

Tints of Lochmara #2075AC

Color information

#2075AC (or 0x2075AC) is unknown color: approx Lochmara. HEX triplet: 20, 75 and AC. RGB value is (32,117,172). Sum of RGB (Red+Green+Blue) = 32+117+172=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #2075AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2075AC is #DF8A53. Grayscale: #616161. Windows color (decimal): -14649940 or 11302176. OLE color: 11302176.

HSL color Cylindrical-coordinate representation of color #2075AC: hue angle of 203.57º degrees, saturation: 0.69, 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 #2075AC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32117172-
CMYK0.810.3200.33
HSL203.57º68.63%40%-
HSV(B)203.57º81.4%67.45%-
XYZ14.416.0141.36-
YUV97.86169.8481.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.97%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=9.97%
G=36.45%
B=53.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321171720.810.3200.33203.5768.6340
Hex2075AC5120021cc4528
Octal401652541214004131410550
Binary10000011101011010110010100011000000100001110011001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2075AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2075AC; }

 p { color: rgb(32,117,172); }

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

<style>
 a { background-color: #2075AC; }

 a { background-color: rgb(32,117,172); }

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

<style>
 span { border-color: #2075AC; }

 span { border-color: rgb(32,117,172); }

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