#256781

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

Shades of Allports #256781

Tints of Allports #256781

Color information

#256781 (or 0x256781) is unknown color: approx Allports. HEX triplet: 25, 67 and 81. RGB value is (37,103,129). Sum of RGB (Red+Green+Blue) = 37+103+129=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #256781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256781 is #DA987E. Grayscale: #565656. Windows color (decimal): -14325887 or 8480549. OLE color: 8480549.

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

Color convert

RGB37103129-
CMYK0.710.2000.49
HSL196.96º55.42%32.55%-
HSV(B)196.96º71.32%50.59%-
XYZ9.5811.6822.52-
YUV86.23152.1392.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=13.75%
G=38.29%
B=47.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371031290.710.2000.49196.9655.4232.55
Hex2567814714031c53721
Octal45147201107240613056741
Binary100101110011110000001100011110100011000111000101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256781; }

 p { color: rgb(37,103,129); }

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

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

 a { background-color: rgb(37,103,129); }

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

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

 span { border-color: rgb(37,103,129); }

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