#256C84

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

Shades of Allports #256C84

Tints of Allports #256C84

Color information

#256C84 (or 0x256C84) is unknown color: approx Allports. HEX triplet: 25, 6C and 84. RGB value is (37,108,132). Sum of RGB (Red+Green+Blue) = 37+108+132=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #256C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C84 is #DA937B. Grayscale: #595959. Windows color (decimal): -14324604 or 8678437. OLE color: 8678437.

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

Color convert

RGB37108132-
CMYK0.720.1800.48
HSL195.16º56.21%33.14%-
HSV(B)195.16º71.97%51.76%-
XYZ10.2912.7823.76-
YUV89.51151.9890.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=13.36%
G=38.99%
B=47.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371081320.720.1800.48195.1656.2133.14
Hex256C844812030c33821
Octal45154204110220603037041
Binary100101110110010000100100100010010011000011000011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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