#256A96

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

Shades of Lochmara #256A96

Tints of Lochmara #256A96

Color information

#256A96 (or 0x256A96) is unknown color: approx Lochmara. HEX triplet: 25, 6A and 96. RGB value is (37,106,150). Sum of RGB (Red+Green+Blue) = 37+106+150=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #256A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A96 is #DA9569. Grayscale: #5A5A5A. Windows color (decimal): -14325098 or 9857573. OLE color: 9857573.

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

Color convert

RGB37106150-
CMYK0.750.2900.41
HSL203.36º60.43%36.67%-
HSV(B)203.36º75.33%58.82%-
XYZ11.4212.930.74-
YUV90.38161.6489.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 106 (41.80% from 255) = 36.18%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=12.63%
G=36.18%
B=51.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal371061500.750.2900.41203.3660.4336.67
Hex256A964B1D029cb3c25
Octal45152226113350513137445
Binary100101110101010010110100101111101010100111001011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256A96; }

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

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

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

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

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

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

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

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