#2574B0

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

Shades of Lochmara #2574B0

Tints of Lochmara #2574B0

Color information

#2574B0 (or 0x2574B0) is unknown color: approx Lochmara. HEX triplet: 25, 74 and B0. RGB value is (37,116,176). Sum of RGB (Red+Green+Blue) = 37+116+176=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 176 (69.14% from 255 or 53.50% from 329); Max value from RGB is 176 - color contains mainly: blue. Hex color #2574B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2574B0 is #DA8B4F. Grayscale: #626262. Windows color (decimal): -14322512 or 11564069. OLE color: 11564069.

HSL color Cylindrical-coordinate representation of color #2574B0: hue angle of 205.9º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2574B0 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37116176-
CMYK0.790.3400.31
HSL205.9º65.26%41.76%-
HSV(B)205.9º78.98%69.02%-
XYZ14.8416.0243.38-
YUV99.22171.3383.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.25%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 176 (69.14% from 255) = 53.50%
R=11.25%
G=35.26%
B=53.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371161760.790.3400.31205.965.2641.76
Hex2574B04F2201Fce412a
Octal451642601174203731610152
Binary1001011110100101100001001111100010011111110011101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2574B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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