#256D87

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

Shades of Allports #256D87

Tints of Allports #256D87

Color information

#256D87 (or 0x256D87) is unknown color: approx Allports. HEX triplet: 25, 6D and 87. RGB value is (37,109,135). Sum of RGB (Red+Green+Blue) = 37+109+135=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #256D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D87 is #DA9278. Grayscale: #5A5A5A. Windows color (decimal): -14324345 or 8875301. OLE color: 8875301.

HSL color Cylindrical-coordinate representation of color #256D87: hue angle of 195.92º 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 #256D87 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37109135-
CMYK0.730.1900.47
HSL195.92º56.98%33.73%-
HSV(B)195.92º72.59%52.94%-
XYZ10.613.0824.89-
YUV90.44153.1589.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 109 (42.97% from 255) = 38.79%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=13.17%
G=38.79%
B=48.04%

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
Decimal371091350.730.1900.47195.9256.9833.73
Hex256D87491302Fc43922
Octal45155207111230573047142
Binary100101110110110000111100100110011010111111000100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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