#256A84

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

Shades of Allports #256A84

Tints of Allports #256A84

Color information

#256A84 (or 0x256A84) is unknown color: approx Allports. HEX triplet: 25, 6A and 84. RGB value is (37,106,132). Sum of RGB (Red+Green+Blue) = 37+106+132=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #256A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A84 is #DA957B. Grayscale: #585858. Windows color (decimal): -14325116 or 8677925. OLE color: 8677925.

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

Color convert

RGB37106132-
CMYK0.720.2000.48
HSL196.42º56.21%33.14%-
HSV(B)196.42º71.97%51.76%-
XYZ10.0812.3723.69-
YUV88.33152.6491.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 132 (51.95% from 255) = 48%
R=13.45%
G=38.55%
B=48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371061320.720.2000.48196.4256.2133.14
Hex256A844814030c43821
Octal45152204110240603047041
Binary100101110101010000100100100010100011000011000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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