#256460

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

Shades of Blue Stone #256460

Tints of Blue Stone #256460

Color information

#256460 (or 0x256460) is unknown color: approx Blue Stone. HEX triplet: 25, 64 and 60. RGB value is (37,100,96). Sum of RGB (Red+Green+Blue) = 37+100+96=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #256460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256460 is #DA9B9F. Grayscale: #505050. Windows color (decimal): -14326688 or 6317093. OLE color: 6317093.

HSL color Cylindrical-coordinate representation of color #256460: hue angle of 176.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #256460 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB3710096-
CMYK0.6300.040.61
HSL176.19º45.99%26.86%-
HSV(B)176.19º63%39.22%-
XYZ7.4310.3512.67-
YUV80.71136.6396.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 100 (39.45% from 255) = 42.92%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=15.88%
G=42.92%
B=41.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37100960.6300.040.61176.1945.9926.86
Hex2564603F043Db02e1b
Octal451441407704752605633
Binary1001011100100110000011111101001111011011000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256460; }

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

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

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

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

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

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

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

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