#257397

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

Shades of Lochmara #257397

Tints of Lochmara #257397

Color information

#257397 (or 0x257397) is unknown color: approx Lochmara. HEX triplet: 25, 73 and 97. RGB value is (37,115,151). Sum of RGB (Red+Green+Blue) = 37+115+151=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #257397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257397 is #DA8C68. Grayscale: #5F5F5F. Windows color (decimal): -14322793 or 9925413. OLE color: 9925413.

HSL color Cylindrical-coordinate representation of color #257397: hue angle of 198.95º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257397 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37115151-
CMYK0.750.2400.41
HSL198.95º60.64%36.86%-
HSV(B)198.95º75.5%59.22%-
XYZ12.4814.8931.49-
YUV95.78159.1686.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.21%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 151 (59.38% from 255) = 49.83%
R=12.21%
G=37.95%
B=49.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371151510.750.2400.41198.9560.6436.86
Hex2573974B18029c73d25
Octal45163227113300513077545
Binary100101111001110010111100101111000010100111000111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257397; }

 p { color: rgb(37,115,151); }

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

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

 a { background-color: rgb(37,115,151); }

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

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

 span { border-color: rgb(37,115,151); }

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