#256470

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

Shades of Allports #256470

Tints of Allports #256470

Color information

#256470 (or 0x256470) is unknown color: approx Allports. HEX triplet: 25, 64 and 70. RGB value is (37,100,112). Sum of RGB (Red+Green+Blue) = 37+100+112=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #256470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256470 is #DA9B8F. Grayscale: #525252. Windows color (decimal): -14326672 or 7365669. OLE color: 7365669.

HSL color Cylindrical-coordinate representation of color #256470: hue angle of 189.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256470 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB37100112-
CMYK0.670.1100.56
HSL189.6º50.34%29.22%-
HSV(B)189.6º66.96%43.92%-
XYZ8.2410.6816.96-
YUV82.53144.6395.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=14.86%
G=40.16%
B=44.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal371001120.670.1100.56189.650.3429.22
Hex25647043B038be321d
Octal45144160103130702766235
Binary100101110010011100001000011101101110001011111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256470; }

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

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

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

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

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

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

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

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