#256EA1

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

Shades of Lochmara #256EA1

Tints of Lochmara #256EA1

Color information

#256EA1 (or 0x256EA1) is unknown color: approx Lochmara. HEX triplet: 25, 6E and A1. RGB value is (37,110,161). Sum of RGB (Red+Green+Blue) = 37+110+161=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #256EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256EA1 is #DA915E. Grayscale: #5D5D5D. Windows color (decimal): -14324063 or 10579493. OLE color: 10579493.

HSL color Cylindrical-coordinate representation of color #256EA1: hue angle of 204.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256EA1 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB37110161-
CMYK0.770.3200.37
HSL204.68º62.63%38.82%-
HSV(B)204.68º77.02%63.14%-
XYZ12.7714.1235.77-
YUV93.99165.8287.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.01%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 161 (63.28% from 255) = 52.27%
R=12.01%
G=35.71%
B=52.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal371101610.770.3200.37204.6862.6338.82
Hex256EA14D20025cd3f27
Octal45156241115400453157747
Binary1001011101110101000011001101100000010010111001101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,110,161); }

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

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

 a { background-color: rgb(37,110,161); }

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

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

 span { border-color: rgb(37,110,161); }

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