#256D8A

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

Shades of Allports #256D8A

Tints of Allports #256D8A

Color information

#256D8A (or 0x256D8A) is unknown color: approx Allports. HEX triplet: 25, 6D and 8A. RGB value is (37,109,138). Sum of RGB (Red+Green+Blue) = 37+109+138=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #256D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D8A is #DA9275. Grayscale: #5A5A5A. Windows color (decimal): -14324342 or 9071909. OLE color: 9071909.

HSL color Cylindrical-coordinate representation of color #256D8A: hue angle of 197.23º 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 #256D8A is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37109138-
CMYK0.730.2100.46
HSL197.23º57.71%34.31%-
HSV(B)197.23º73.19%54.12%-
XYZ10.8213.1726.02-
YUV90.78154.6589.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=13.03%
G=38.38%
B=48.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371091380.730.2100.46197.2357.7134.31
Hex256D8A491502Ec53a22
Octal45155212111250563057242
Binary100101110110110001010100100110101010111011000101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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