#2579AE

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

Shades of Lochmara #2579AE

Tints of Lochmara #2579AE

Color information

#2579AE (or 0x2579AE) is unknown color: approx Lochmara. HEX triplet: 25, 79 and AE. RGB value is (37,121,174). Sum of RGB (Red+Green+Blue) = 37+121+174=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #2579AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2579AE is #DA8651. Grayscale: #656565. Windows color (decimal): -14321234 or 11434277. OLE color: 11434277.

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

Color convert

RGB37121174-
CMYK0.790.3000.32
HSL203.21º64.93%41.37%-
HSV(B)203.21º78.74%68.24%-
XYZ15.2417.1242.55-
YUV101.93168.6781.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.14%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=11.14%
G=36.45%
B=52.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371211740.790.3000.32203.2164.9341.37
Hex2579AE4F1E020cb4129
Octal451712561173604031310151
Binary1001011111001101011101001111111100100000110010111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2579AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,121,174); }

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

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

 a { background-color: rgb(37,121,174); }

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

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

 span { border-color: rgb(37,121,174); }

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