Html Css Color HEX #256061 Blue Stone

📋 copy color: '#256061'

red 37 ◦ green 96 ◦ blue 97

#256061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #256061

Tints of Blue Stone #256061

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 value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#256061 (or 0x256061) is known color: 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

RGB 37 96 97 -
CMYK 0.62 0.01 0 0.62
HSL 181º 0.45% 0.26% -
HSV(B) 181º 0.62% 0.38% -
XYZ 7.1 9.62 12.79 -
YUV 78.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 37 96 97 0.62 0.01 0 0.62 181 0.45 0.26
Hex 25 60 61 3E 1 0 3E B5 2D 1A
Octal 45 140 141 76 1 0 76 265 55 32
Binary 100101 1100000 1100001 111110 1 0 111110 10110101 101101 11010

Color Harmonies of #256061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256061

Black with #256061

Text Example


Text Example

White with #256061

Text Example


Text Example

HTML Codes & Css Web 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>