#256878

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

Shades of Allports #256878

Tints of Allports #256878

Color information

#256878 (or 0x256878) is unknown color: approx Allports. HEX triplet: 25, 68 and 78. RGB value is (37,104,120). Sum of RGB (Red+Green+Blue) = 37+104+120=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 104 (41.02% from 255 or 39.85% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #256878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256878 is #DA9787. Grayscale: #555555. Windows color (decimal): -14325640 or 7890981. OLE color: 7890981.

HSL color Cylindrical-coordinate representation of color #256878: hue angle of 191.57º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256878 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37104120-
CMYK0.690.1300.53
HSL191.57º52.87%30.78%-
HSV(B)191.57º69.17%47.06%-
XYZ9.111.6519.54-
YUV85.79147.393.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 104 (41.02% from 255) = 39.85%
BLUE value IS 120 (47.27% from 255) = 45.98%
R=14.18%
G=39.85%
B=45.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371041200.690.1300.53191.5752.8730.78
Hex25687845D035c0351f
Octal45150170105150653006537
Binary100101110100011110001000101110101101011100000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256878; }

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

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

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

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

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

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

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

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