#256e86

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

Shades of Allports #256E86

Tints of Allports #256E86

Color information

#256E86 (or 0x256E86) is unknown color: approx Allports. HEX triplet: 25, 6E and 86. RGB value is (37,110,134). Sum of RGB (Red+Green+Blue) = 37+110+134=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #256E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E86 is #DA9179. Grayscale: #5A5A5A. Windows color (decimal): -14324090 or 8810021. OLE color: 8810021.

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

Color convert

RGB37110134-
CMYK0.720.1800.47
HSL194.85º56.73%33.53%-
HSV(B)194.85º72.39%52.55%-
XYZ10.6413.2724.55-
YUV90.91152.3289.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=13.17%
G=39.15%
B=47.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371101340.720.1800.47194.8556.7333.53
Hex256E86481202Fc33922
Octal45156206110220573037142
Binary100101110111010000110100100010010010111111000011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256e86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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