#257395

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

Shades of Lochmara #257395

Tints of Lochmara #257395

Color information

#257395 (or 0x257395) is unknown color: approx Lochmara. HEX triplet: 25, 73 and 95. RGB value is (37,115,149). Sum of RGB (Red+Green+Blue) = 37+115+149=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #257395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257395 is #DA8C6A. Grayscale: #5F5F5F. Windows color (decimal): -14322795 or 9794341. OLE color: 9794341.

HSL color Cylindrical-coordinate representation of color #257395: hue angle of 198.21º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257395 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB37115149-
CMYK0.750.2300.42
HSL198.21º60.22%36.47%-
HSV(B)198.21º75.17%58.43%-
XYZ12.3214.8230.65-
YUV95.55158.1686.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=12.29%
G=38.21%
B=49.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371151490.750.2300.42198.2160.2236.47
Hex2573954B1702Ac63c24
Octal45163225113270523067444
Binary100101111001110010101100101110111010101011000110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257395; }

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

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

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

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

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

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

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

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