#256980

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

Shades of Allports #256980

Tints of Allports #256980

Color information

#256980 (or 0x256980) is unknown color: approx Allports. HEX triplet: 25, 69 and 80. RGB value is (37,105,128). Sum of RGB (Red+Green+Blue) = 37+105+128=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #256980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256980 is #DA967F. Grayscale: #575757. Windows color (decimal): -14325376 or 8415525. OLE color: 8415525.

HSL color Cylindrical-coordinate representation of color #256980: hue angle of 195.16º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256980 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37105128-
CMYK0.710.1800.50
HSL195.16º55.15%32.35%-
HSV(B)195.16º71.09%50.2%-
XYZ9.7112.0522.24-
YUV87.29150.9792.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=13.70%
G=38.89%
B=47.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371051280.710.1800.50195.1655.1532.35
Hex2569804712032c33720
Octal45151200107220623036740
Binary100101110100110000000100011110010011001011000011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256980; }

 p { color: rgb(37,105,128); }

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

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

 a { background-color: rgb(37,105,128); }

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

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

 span { border-color: rgb(37,105,128); }

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