#256597

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

Shades of Lochmara #256597

Tints of Lochmara #256597

Color information

#256597 (or 0x256597) is unknown color: approx Lochmara. HEX triplet: 25, 65 and 97. RGB value is (37,101,151). Sum of RGB (Red+Green+Blue) = 37+101+151=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #256597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256597 is #DA9A68. Grayscale: #575757. Windows color (decimal): -14326377 or 9921829. OLE color: 9921829.

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

Color convert

RGB37101151-
CMYK0.750.3300.41
HSL206.32º60.64%36.86%-
HSV(B)206.32º75.5%59.22%-
XYZ1111.9431-
YUV87.56163.891.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=12.80%
G=34.95%
B=52.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371011510.750.3300.41206.3260.6436.86
Hex2565974B21029ce3d25
Octal45145227113410513167545
Binary1001011100101100101111001011100001010100111001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256597; }

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

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

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

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

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

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

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

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