#256161

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

Shades of Blue Stone #256161

Tints of Blue Stone #256161

Color information

#256161 (or 0x256161) is unknown color: approx Blue Stone. HEX triplet: 25, 61 and 61. RGB value is (37,97,97). Sum of RGB (Red+Green+Blue) = 37+97+97=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: green, blue. Hex color #256161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256161 is #DA9E9E. Grayscale: #4F4F4F. Windows color (decimal): -14327455 or 6381861. OLE color: 6381861.

HSL color Cylindrical-coordinate representation of color #256161: hue angle of 180º 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 #256161 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB379797-
CMYK0.62000.62
HSL180º44.78%26.27%-
HSV(B)180º61.86%38.04%-
XYZ7.29.8112.82-
YUV79.06138.1298-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=16.02%
G=41.99%
B=41.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797970.62000.6218044.7826.27
Hex2561613E003Eb42d1a
Octal451411417600762645532
Binary10010111000011100001111110001111101011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256161; }

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

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

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

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

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

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

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

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