#256B94

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

Shades of Lochmara #256B94

Tints of Lochmara #256B94

Color information

#256B94 (or 0x256B94) is unknown color: approx Lochmara. HEX triplet: 25, 6B and 94. RGB value is (37,107,148). Sum of RGB (Red+Green+Blue) = 37+107+148=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #256B94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B94 is #DA946B. Grayscale: #5A5A5A. Windows color (decimal): -14324844 or 9726757. OLE color: 9726757.

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

Color convert

RGB37107148-
CMYK0.750.2800.42
HSL202.16º60%36.27%-
HSV(B)202.16º75%58.04%-
XYZ11.3713.0529.94-
YUV90.74160.3189.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=12.67%
G=36.64%
B=50.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal371071480.750.2800.42202.166036.27
Hex256B944B1C02Aca3c24
Octal45153224113340523127444
Binary100101110101110010100100101111100010101011001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,107,148); }

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

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

 a { background-color: rgb(37,107,148); }

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

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

 span { border-color: rgb(37,107,148); }

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