#2576AC

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

Shades of Lochmara #2576AC

Tints of Lochmara #2576AC

Color information

#2576AC (or 0x2576AC) is unknown color: approx Lochmara. HEX triplet: 25, 76 and AC. RGB value is (37,118,172). Sum of RGB (Red+Green+Blue) = 37+118+172=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #2576AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2576AC is #DA8953. Grayscale: #636363. Windows color (decimal): -14322004 or 11302437. OLE color: 11302437.

HSL color Cylindrical-coordinate representation of color #2576AC: hue angle of 204º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2576AC is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37118172-
CMYK0.780.3100.33
HSL204º64.59%40.98%-
HSV(B)204º78.49%67.45%-
XYZ14.6916.3341.41-
YUV99.94168.6683.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.31%
GREEN value IS 118 (46.48% from 255) = 36.09%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=11.31%
G=36.09%
B=52.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371181720.780.3100.3320464.5940.98
Hex2576AC4E1F021cc4129
Octal451662541163704131410151
Binary1001011110110101011001001110111110100001110011001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2576AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,118,172); }

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

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

 a { background-color: rgb(37,118,172); }

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

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

 span { border-color: rgb(37,118,172); }

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