#256E82

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

Shades of Allports #256E82

Tints of Allports #256E82

Color information

#256E82 (or 0x256E82) is unknown color: approx Allports. HEX triplet: 25, 6E and 82. RGB value is (37,110,130). Sum of RGB (Red+Green+Blue) = 37+110+130=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #256E82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E82 is #DA917D. Grayscale: #5A5A5A. Windows color (decimal): -14324094 or 8547877. OLE color: 8547877.

HSL color Cylindrical-coordinate representation of color #256E82: hue angle of 192.9º 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 #256E82 is Cyan = 0.72, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37110130-
CMYK0.720.1500.49
HSL192.9º55.69%32.75%-
HSV(B)192.9º71.54%50.98%-
XYZ10.3713.1623.11-
YUV90.45150.3289.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=13.36%
G=39.71%
B=46.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371101300.720.1500.49192.955.6932.75
Hex256E8248F031c13821
Octal45156202110170613017041
Binary10010111011101000001010010001111011000111000001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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