#2574A2

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

Shades of Lochmara #2574A2

Tints of Lochmara #2574A2

Color information

#2574A2 (or 0x2574A2) is unknown color: approx Lochmara. HEX triplet: 25, 74 and A2. RGB value is (37,116,162). Sum of RGB (Red+Green+Blue) = 37+116+162=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 162 (63.67% from 255 or 51.43% from 315); Max value from RGB is 162 - color contains mainly: blue. Hex color #2574A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2574A2 is #DA8B5D. Grayscale: #616161. Windows color (decimal): -14322526 or 10646565. OLE color: 10646565.

HSL color Cylindrical-coordinate representation of color #2574A2: hue angle of 202.08º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2574A2 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB37116162-
CMYK0.770.2800.36
HSL202.08º62.81%39.02%-
HSV(B)202.08º77.16%63.53%-
XYZ13.5315.4936.46-
YUV97.62164.3384.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 116 (45.70% from 255) = 36.83%
BLUE value IS 162 (63.67% from 255) = 51.43%
R=11.75%
G=36.83%
B=51.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal371161620.770.2800.36202.0862.8139.02
Hex2574A24D1C024ca3f27
Octal45164242115340443127747
Binary100101111010010100010100110111100010010011001010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2574A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2574A2; }

 p { color: rgb(37,116,162); }

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

<style>
 a { background-color: #2574A2; }

 a { background-color: rgb(37,116,162); }

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

<style>
 span { border-color: #2574A2; }

 span { border-color: rgb(37,116,162); }

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