#257DAA

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

Shades of Lochmara #257DAA

Tints of Lochmara #257DAA

Color information

#257DAA (or 0x257DAA) is unknown color: approx Lochmara. HEX triplet: 25, 7D and AA. RGB value is (37,125,170). Sum of RGB (Red+Green+Blue) = 37+125+170=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #257DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DAA is #DA8255. Grayscale: #676767. Windows color (decimal): -14320214 or 11173157. OLE color: 11173157.

HSL color Cylindrical-coordinate representation of color #257DAA: hue angle of 200.3º degrees, saturation: 0.64, 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 #257DAA is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37125170-
CMYK0.780.2600.33
HSL200.3º64.25%40.59%-
HSV(B)200.3º78.24%66.67%-
XYZ15.3517.9640.69-
YUV103.82165.3580.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.14%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=11.14%
G=37.65%
B=51.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371251700.780.2600.33200.364.2540.59
Hex257DAA4E1A021c84029
Octal451752521163204131010051
Binary1001011111101101010101001110110100100001110010001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257DAA; }

 p { color: rgb(37,125,170); }

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

<style>
 a { background-color: #257DAA; }

 a { background-color: rgb(37,125,170); }

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

<style>
 span { border-color: #257DAA; }

 span { border-color: rgb(37,125,170); }

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