#256696

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

Shades of Lochmara #256696

Tints of Lochmara #256696

Color information

#256696 (or 0x256696) is unknown color: approx Lochmara. HEX triplet: 25, 66 and 96. RGB value is (37,102,150). Sum of RGB (Red+Green+Blue) = 37+102+150=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #256696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256696 is #DA9969. Grayscale: #575757. Windows color (decimal): -14326122 or 9856549. OLE color: 9856549.

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

Color convert

RGB37102150-
CMYK0.750.3200.41
HSL205.49º60.43%36.67%-
HSV(B)205.49º75.33%58.82%-
XYZ11.0212.130.61-
YUV88.04162.9791.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 102 (40.23% from 255) = 35.29%
BLUE value IS 150 (58.98% from 255) = 51.90%
R=12.80%
G=35.29%
B=51.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371021500.750.3200.41205.4960.4336.67
Hex2566964B20029cd3c25
Octal45146226113400513157445
Binary1001011100110100101101001011100000010100111001101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256696; }

 p { color: rgb(37,102,150); }

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

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

 a { background-color: rgb(37,102,150); }

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

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

 span { border-color: rgb(37,102,150); }

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