#256C8A

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

Shades of Allports #256C8A

Tints of Allports #256C8A

Color information

#256C8A (or 0x256C8A) is unknown color: approx Allports. HEX triplet: 25, 6C and 8A. RGB value is (37,108,138). Sum of RGB (Red+Green+Blue) = 37+108+138=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #256C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C8A is #DA9375. Grayscale: #5A5A5A. Windows color (decimal): -14324598 or 9071653. OLE color: 9071653.

HSL color Cylindrical-coordinate representation of color #256C8A: hue angle of 197.82º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #256C8A is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37108138-
CMYK0.730.2200.46
HSL197.82º57.71%34.31%-
HSV(B)197.82º73.19%54.12%-
XYZ10.7112.9525.98-
YUV90.19154.9890.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=13.07%
G=38.16%
B=48.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371081380.730.2200.46197.8257.7134.31
Hex256C8A491602Ec63a22
Octal45154212111260563067242
Binary100101110110010001010100100110110010111011000110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256C8A; }

 p { color: rgb(37,108,138); }

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

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

 a { background-color: rgb(37,108,138); }

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

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

 span { border-color: rgb(37,108,138); }

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