#256477

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

Shades of Allports #256477

Tints of Allports #256477

Color information

#256477 (or 0x256477) is unknown color: approx Allports. HEX triplet: 25, 64 and 77. RGB value is (37,100,119). Sum of RGB (Red+Green+Blue) = 37+100+119=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #256477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256477 is #DA9B88. Grayscale: #535353. Windows color (decimal): -14326665 or 7824421. OLE color: 7824421.

HSL color Cylindrical-coordinate representation of color #256477: hue angle of 193.9º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256477 is Cyan = 0.69, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37100119-
CMYK0.690.1600.53
HSL193.9º52.56%30.59%-
HSV(B)193.9º68.91%46.67%-
XYZ8.6510.8419.09-
YUV83.33148.1394.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=14.45%
G=39.06%
B=46.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371001190.690.1600.53193.952.5630.59
Hex2564774510035c2351f
Octal45144167105200653026537
Binary1001011100100111011110001011000001101011100001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256477; }

 p { color: rgb(37,100,119); }

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

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

 a { background-color: rgb(37,100,119); }

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

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

 span { border-color: rgb(37,100,119); }

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