#2573A5

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

Shades of Lochmara #2573A5

Tints of Lochmara #2573A5

Color information

#2573A5 (or 0x2573A5) is unknown color: approx Lochmara. HEX triplet: 25, 73 and A5. RGB value is (37,115,165). Sum of RGB (Red+Green+Blue) = 37+115+165=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #2573A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2573A5 is #DA8C5A. Grayscale: #616161. Windows color (decimal): -14322779 or 10842917. OLE color: 10842917.

HSL color Cylindrical-coordinate representation of color #2573A5: hue angle of 203.44º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2573A5 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB37115165-
CMYK0.780.3000.35
HSL203.44º63.37%39.61%-
HSV(B)203.44º77.58%64.71%-
XYZ13.6915.3737.84-
YUV97.38166.1684.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.67%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 165 (64.84% from 255) = 52.05%
R=11.67%
G=36.28%
B=52.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371151650.780.3000.35203.4463.3739.61
Hex2573A54E1E023cb3f28
Octal45163245116360433137750
Binary100101111001110100101100111011110010001111001011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2573A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2573A5; }

 p { color: rgb(37,115,165); }

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

<style>
 a { background-color: #2573A5; }

 a { background-color: rgb(37,115,165); }

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

<style>
 span { border-color: #2573A5; }

 span { border-color: rgb(37,115,165); }

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