#2570AC

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

Shades of Lochmara #2570AC

Tints of Lochmara #2570AC

Color information

#2570AC (or 0x2570AC) is unknown color: approx Lochmara. HEX triplet: 25, 70 and AC. RGB value is (37,112,172). Sum of RGB (Red+Green+Blue) = 37+112+172=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #2570AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2570AC is #DA8F53. Grayscale: #606060. Windows color (decimal): -14323540 or 11300901. OLE color: 11300901.

HSL color Cylindrical-coordinate representation of color #2570AC: hue angle of 206.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2570AC is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37112172-
CMYK0.780.3500.33
HSL206.67º64.59%40.98%-
HSV(B)206.67º78.49%67.45%-
XYZ1414.9641.18-
YUV96.42170.6585.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.53%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=11.53%
G=34.89%
B=53.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371121720.780.3500.33206.6764.5940.98
Hex2570AC4E23021cf4129
Octal451602541164304131710151
Binary10010111100001010110010011101000110100001110011111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2570AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2570AC; }

 p { color: rgb(37,112,172); }

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

<style>
 a { background-color: #2570AC; }

 a { background-color: rgb(37,112,172); }

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

<style>
 span { border-color: #2570AC; }

 span { border-color: rgb(37,112,172); }

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