#256880

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

Shades of Allports #256880

Tints of Allports #256880

Color information

#256880 (or 0x256880) is unknown color: approx Allports. HEX triplet: 25, 68 and 80. RGB value is (37,104,128). Sum of RGB (Red+Green+Blue) = 37+104+128=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #256880 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256880 is #DA977F. Grayscale: #565656. Windows color (decimal): -14325632 or 8415269. OLE color: 8415269.

HSL color Cylindrical-coordinate representation of color #256880: hue angle of 195.82º 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 #256880 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37104128-
CMYK0.710.1900.50
HSL195.82º55.15%32.35%-
HSV(B)195.82º71.09%50.2%-
XYZ9.6111.8522.2-
YUV86.7151.392.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=13.75%
G=38.66%
B=47.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371041280.710.1900.50195.8255.1532.35
Hex2568804713032c43720
Octal45150200107230623046740
Binary100101110100010000000100011110011011001011000100110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256880; }

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

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

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

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

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

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

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

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