#256E76

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

Shades of Allports #256E76

Tints of Allports #256E76

Color information

#256E76 (or 0x256E76) is unknown color: approx Allports. HEX triplet: 25, 6E and 76. RGB value is (37,110,118). Sum of RGB (Red+Green+Blue) = 37+110+118=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #256E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E76 is #DA9189. Grayscale: #585858. Windows color (decimal): -14324106 or 7761445. OLE color: 7761445.

HSL color Cylindrical-coordinate representation of color #256E76: hue angle of 185.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256E76 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37110118-
CMYK0.690.0700.54
HSL185.93º52.26%30.39%-
HSV(B)185.93º68.64%46.27%-
XYZ9.6112.8519.11-
YUV89.08144.3290.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.96%
GREEN value IS 110 (43.36% from 255) = 41.51%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=13.96%
G=41.51%
B=44.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371101180.690.0700.54185.9352.2630.39
Hex256E76457036ba341e
Octal4515616610570662726436
Binary10010111011101110110100010111101101101011101011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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