#2571B0

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

Shades of Lochmara #2571B0

Tints of Lochmara #2571B0

Color information

#2571B0 (or 0x2571B0) is unknown color: approx Lochmara. HEX triplet: 25, 71 and B0. RGB value is (37,113,176). Sum of RGB (Red+Green+Blue) = 37+113+176=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #2571B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2571B0 is #DA8E4F. Grayscale: #616161. Windows color (decimal): -14323280 or 11563301. OLE color: 11563301.

HSL color Cylindrical-coordinate representation of color #2571B0: hue angle of 207.19º 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 #2571B0 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37113176-
CMYK0.790.3600.31
HSL207.19º65.26%41.76%-
HSV(B)207.19º78.98%69.02%-
XYZ14.515.3443.27-
YUV97.46172.3284.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.35%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 176 (69.14% from 255) = 53.99%
R=11.35%
G=34.66%
B=53.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371131760.790.3600.31207.1965.2641.76
Hex2571B04F2401Fcf412a
Octal451612601174403731710152
Binary1001011110001101100001001111100100011111110011111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2571B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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