#256A76

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

Shades of Allports #256A76

Tints of Allports #256A76

Color information

#256A76 (or 0x256A76) is unknown color: approx Allports. HEX triplet: 25, 6A and 76. RGB value is (37,106,118). Sum of RGB (Red+Green+Blue) = 37+106+118=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #256A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A76 is #DA9589. Grayscale: #565656. Windows color (decimal): -14325130 or 7760421. OLE color: 7760421.

HSL color Cylindrical-coordinate representation of color #256A76: hue angle of 188.89º 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 #256A76 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37106118-
CMYK0.690.1000.54
HSL188.89º52.26%30.39%-
HSV(B)188.89º68.64%46.27%-
XYZ9.1912.0118.97-
YUV86.74145.6492.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=14.18%
G=40.61%
B=45.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371061180.690.1000.54188.8952.2630.39
Hex256A7645A036bd341e
Octal45152166105120662756436
Binary100101110101011101101000101101001101101011110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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