#256D84

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

Shades of Allports #256D84

Tints of Allports #256D84

Color information

#256D84 (or 0x256D84) is unknown color: approx Allports. HEX triplet: 25, 6D and 84. RGB value is (37,109,132). Sum of RGB (Red+Green+Blue) = 37+109+132=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #256D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D84 is #DA927B. Grayscale: #595959. Windows color (decimal): -14324348 or 8678693. OLE color: 8678693.

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

Color convert

RGB37109132-
CMYK0.720.1700.48
HSL194.53º56.21%33.14%-
HSV(B)194.53º71.97%51.76%-
XYZ10.41323.79-
YUV90.09151.6590.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 109 (42.97% from 255) = 39.21%
BLUE value IS 132 (51.95% from 255) = 47.48%
R=13.31%
G=39.21%
B=47.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371091320.720.1700.48194.5356.2133.14
Hex256D844811030c33821
Octal45155204110210603037041
Binary100101110110110000100100100010001011000011000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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