#257EAD

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

Shades of Lochmara #257EAD

Tints of Lochmara #257EAD

Color information

#257EAD (or 0x257EAD) is unknown color: approx Lochmara. HEX triplet: 25, 7E and AD. RGB value is (37,126,173). Sum of RGB (Red+Green+Blue) = 37+126+173=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #257EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257EAD is #DA8152. Grayscale: #686868. Windows color (decimal): -14319955 or 11370021. OLE color: 11370021.

HSL color Cylindrical-coordinate representation of color #257EAD: hue angle of 200.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257EAD is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB37126173-
CMYK0.790.2700.32
HSL200.74º64.76%41.18%-
HSV(B)200.74º78.61%67.84%-
XYZ15.7718.3342.24-
YUV104.75166.5179.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.01%
GREEN value IS 126 (49.61% from 255) = 37.5%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=11.01%
G=37.5%
B=51.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal371261730.790.2700.32200.7464.7641.18
Hex257EAD4F1B020c94129
Octal451762551173304031110151
Binary1001011111110101011011001111110110100000110010011000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,173); }

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

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

 a { background-color: rgb(37,126,173); }

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

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

 span { border-color: rgb(37,126,173); }

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