#256E87

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

Shades of Allports #256E87

Tints of Allports #256E87

Color information

#256E87 (or 0x256E87) is unknown color: approx Allports. HEX triplet: 25, 6E and 87. RGB value is (37,110,135). Sum of RGB (Red+Green+Blue) = 37+110+135=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #256E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E87 is #DA9178. Grayscale: #5A5A5A. Windows color (decimal): -14324089 or 8875557. OLE color: 8875557.

HSL color Cylindrical-coordinate representation of color #256E87: hue angle of 195.31º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256E87 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37110135-
CMYK0.730.1900.47
HSL195.31º56.98%33.73%-
HSV(B)195.31º72.59%52.94%-
XYZ10.7113.2924.92-
YUV91.02152.8289.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 110 (43.36% from 255) = 39.01%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=13.12%
G=39.01%
B=47.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371101350.730.1900.47195.3156.9833.73
Hex256E87491302Fc33922
Octal45156207111230573037142
Binary100101110111010000111100100110011010111111000011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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