#256061

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

Shades of Blue Stone #256061

Tints of Blue Stone #256061

Color information

#256061 (or 0x256061) is unknown color: approx Blue Stone. HEX triplet: 25, 60 and 61. RGB value is (37,96,97). Sum of RGB (Red+Green+Blue) = 37+96+97=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #256061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256061 is #DA9F9E. Grayscale: #4E4E4E. Windows color (decimal): -14327711 or 6381605. OLE color: 6381605.

HSL color Cylindrical-coordinate representation of color #256061: hue angle of 181º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256061 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB379697-
CMYK0.620.0100.62
HSL181º44.78%26.27%-
HSV(B)181º61.86%38.04%-
XYZ7.19.6212.79-
YUV78.47138.4598.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.09%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=16.09%
G=41.74%
B=42.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3796970.620.0100.6218144.7826.27
Hex2560613E103Eb52d1a
Octal451401417610762655532
Binary10010111000001100001111110101111101011010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256061; }

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

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

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

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

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

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

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

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