#256882

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

Shades of Allports #256882

Tints of Allports #256882

Color information

#256882 (or 0x256882) is unknown color: approx Allports. HEX triplet: 25, 68 and 82. RGB value is (37,104,130). Sum of RGB (Red+Green+Blue) = 37+104+130=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #256882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256882 is #DA977D. Grayscale: #565656. Windows color (decimal): -14325630 or 8546341. OLE color: 8546341.

HSL color Cylindrical-coordinate representation of color #256882: hue angle of 196.77º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256882 is Cyan = 0.72, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37104130-
CMYK0.720.200.49
HSL196.77º55.69%32.75%-
HSV(B)196.77º71.54%50.98%-
XYZ9.7411.9122.9-
YUV86.93152.392.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=13.65%
G=38.38%
B=47.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371041300.720.200.49196.7755.6932.75
Hex2568824814031c53821
Octal45150202110240613057041
Binary100101110100010000010100100010100011000111000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256882; }

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

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

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

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

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

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

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

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