#257497

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

Shades of Lochmara #257497

Tints of Lochmara #257497

Color information

#257497 (or 0x257497) is unknown color: approx Lochmara. HEX triplet: 25, 74 and 97. RGB value is (37,116,151). Sum of RGB (Red+Green+Blue) = 37+116+151=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #257497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257497 is #DA8B68. Grayscale: #606060. Windows color (decimal): -14322537 or 9925669. OLE color: 9925669.

HSL color Cylindrical-coordinate representation of color #257497: hue angle of 198.42º 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 #257497 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB37116151-
CMYK0.750.2300.41
HSL198.42º60.64%36.86%-
HSV(B)198.42º75.5%59.22%-
XYZ12.5915.1231.53-
YUV96.37158.8385.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 116 (45.70% from 255) = 38.16%
BLUE value IS 151 (59.38% from 255) = 49.67%
R=12.17%
G=38.16%
B=49.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371161510.750.2300.41198.4260.6436.86
Hex2574974B17029c63d25
Octal45164227113270513067545
Binary100101111010010010111100101110111010100111000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257497; }

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

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

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

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

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

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

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

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