#257197

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

Shades of Lochmara #257197

Tints of Lochmara #257197

Color information

#257197 (or 0x257197) is unknown color: approx Lochmara. HEX triplet: 25, 71 and 97. RGB value is (37,113,151). Sum of RGB (Red+Green+Blue) = 37+113+151=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #257197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257197 is #DA8E68. Grayscale: #5E5E5E. Windows color (decimal): -14323305 or 9924901. OLE color: 9924901.

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

Color convert

RGB37113151-
CMYK0.750.2500.41
HSL200º60.64%36.86%-
HSV(B)200º75.5%59.22%-
XYZ12.2514.4431.42-
YUV94.61159.8286.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=12.29%
G=37.54%
B=50.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371131510.750.2500.4120060.6436.86
Hex2571974B19029c83d25
Octal45161227113310513107545
Binary100101111000110010111100101111001010100111001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257197; }

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

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

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

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

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

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

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

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