#257399

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

Shades of Lochmara #257399

Tints of Lochmara #257399

Color information

#257399 (or 0x257399) is unknown color: approx Lochmara. HEX triplet: 25, 73 and 99. RGB value is (37,115,153). Sum of RGB (Red+Green+Blue) = 37+115+153=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #257399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257399 is #DA8C66. Grayscale: #5F5F5F. Windows color (decimal): -14322791 or 10056485. OLE color: 10056485.

HSL color Cylindrical-coordinate representation of color #257399: hue angle of 199.66º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257399 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB37115153-
CMYK0.760.2500.4
HSL199.66º61.05%37.25%-
HSV(B)199.66º75.82%60%-
XYZ12.6414.9532.36-
YUV96.01160.1685.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=12.13%
G=37.70%
B=50.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal371151530.760.2500.4199.6661.0537.25
Hex2573994C19028c83d25
Octal45163231114310503107545
Binary100101111001110011001100110011001010100011001000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257399; }

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

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

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

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

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

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

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

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