#256474

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

Shades of Allports #256474

Tints of Allports #256474

Color information

#256474 (or 0x256474) is unknown color: approx Allports. HEX triplet: 25, 64 and 74. RGB value is (37,100,116). Sum of RGB (Red+Green+Blue) = 37+100+116=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 116 (45.70% from 255 or 45.85% from 253); Max value from RGB is 116 - color contains mainly: blue. Hex color #256474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256474 is #DA9B8B. Grayscale: #525252. Windows color (decimal): -14326668 or 7627813. OLE color: 7627813.

HSL color Cylindrical-coordinate representation of color #256474: hue angle of 192.15º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256474 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37100116-
CMYK0.680.1400.55
HSL192.15º51.63%30%-
HSV(B)192.15º68.1%45.49%-
XYZ8.4710.7718.15-
YUV82.99146.6395.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 116 (45.70% from 255) = 45.85%
R=14.62%
G=39.53%
B=45.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371001160.680.1400.55192.1551.6330
Hex25647444E037c0341e
Octal45144164104160673006436
Binary100101110010011101001000100111001101111100000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256474; }

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

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

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

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

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

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

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

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