#256876

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

Shades of Allports #256876

Tints of Allports #256876

Color information

#256876 (or 0x256876) is unknown color: approx Allports. HEX triplet: 25, 68 and 76. RGB value is (37,104,118). Sum of RGB (Red+Green+Blue) = 37+104+118=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #256876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256876 is #DA9789. Grayscale: #555555. Windows color (decimal): -14325642 or 7759909. OLE color: 7759909.

HSL color Cylindrical-coordinate representation of color #256876: hue angle of 190.37º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256876 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37104118-
CMYK0.690.1200.54
HSL190.37º52.26%30.39%-
HSV(B)190.37º68.64%46.27%-
XYZ8.9811.618.91-
YUV85.56146.393.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=14.29%
G=40.15%
B=45.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371041180.690.1200.54190.3752.2630.39
Hex25687645C036be341e
Octal45150166105140662766436
Binary100101110100011101101000101110001101101011111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256876; }

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

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

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

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

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

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

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

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