#256865

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

Shades of Blue Stone #256865

Tints of Blue Stone #256865

Color information

#256865 (or 0x256865) is unknown color: approx Blue Stone. HEX triplet: 25, 68 and 65. RGB value is (37,104,101). Sum of RGB (Red+Green+Blue) = 37+104+101=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #256865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256865 is #DA979A. Grayscale: #535353. Windows color (decimal): -14325659 or 6645797. OLE color: 6645797.

HSL color Cylindrical-coordinate representation of color #256865: hue angle of 177.31º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256865 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB37104101-
CMYK0.6400.030.59
HSL177.31º47.52%27.65%-
HSV(B)177.31º64.42%40.78%-
XYZ8.0611.2314.06-
YUV83.62137.894.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 104 (41.02% from 255) = 42.98%
BLUE value IS 101 (39.84% from 255) = 41.74%
R=15.29%
G=42.98%
B=41.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal371041010.6400.030.59177.3147.5227.65
Hex25686540033Bb1301c
Octal4515014510003732616034
Binary1001011101000110010110000000111110111011000111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256865; }

 p { color: rgb(37,104,101); }

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

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

 a { background-color: rgb(37,104,101); }

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

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

 span { border-color: rgb(37,104,101); }

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