#256b82

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

Shades of Allports #256B82

Tints of Allports #256B82

Color information

#256B82 (or 0x256B82) is unknown color: approx Allports. HEX triplet: 25, 6B and 82. RGB value is (37,107,130). Sum of RGB (Red+Green+Blue) = 37+107+130=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #256B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B82 is #DA947D. Grayscale: #585858. Windows color (decimal): -14324862 or 8547109. OLE color: 8547109.

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

Color convert

RGB37107130-
CMYK0.720.1800.49
HSL194.84º55.69%32.75%-
HSV(B)194.84º71.54%50.98%-
XYZ10.0512.5223.01-
YUV88.69151.3191.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=13.50%
G=39.05%
B=47.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371071300.720.1800.49194.8455.6932.75
Hex256B824812031c33821
Octal45153202110220613037041
Binary100101110101110000010100100010010011000111000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256b82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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