#256D82

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

Shades of Allports #256D82

Tints of Allports #256D82

Color information

#256D82 (or 0x256D82) is unknown color: approx Allports. HEX triplet: 25, 6D and 82. RGB value is (37,109,130). Sum of RGB (Red+Green+Blue) = 37+109+130=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #256D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D82 is #DA927D. Grayscale: #595959. Windows color (decimal): -14324350 or 8547621. OLE color: 8547621.

HSL color Cylindrical-coordinate representation of color #256D82: hue angle of 193.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256D82 is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37109130-
CMYK0.720.1600.49
HSL193.55º55.69%32.75%-
HSV(B)193.55º71.54%50.98%-
XYZ10.2612.9423.08-
YUV89.87150.6590.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 109 (42.97% from 255) = 39.49%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=13.41%
G=39.49%
B=47.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371091300.720.1600.49193.5555.6932.75
Hex256D824810031c23821
Octal45155202110200613027041
Binary100101110110110000010100100010000011000111000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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