Html Css Color HEX #256261 Blue Stone

📋 copy color: '#256261'

red 37 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #256261

Tints of Blue Stone #256261

RGB

 RED value IS 37 (14.84% from 255) = 15.95%

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 97 (38.28% from 255) = 41.81%

R = 15.95%
G = 42.24%
B = 41.81%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#256261 (or 0x256261) is known color: Blue Stone. HEX triplet: 25, 62 and 61. RGB value is (37,98,97). Sum of RGB (Red+Green+Blue) = 37+98+97=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #256261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256261 is #DA9D9E. Grayscale: #4F4F4F. Windows color (decimal): -14327199 or 6382117. OLE color: 6382117.

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

Color convert

RGB 37 98 97 -
CMYK 0.62 0 0.01 0.62
HSL 179.02º 0.45% 0.26% -
HSV(B) 179.02º 0.62% 0.38% -
XYZ 7.29 9.99 12.85 -
YUV 79.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 37 98 97 0.62 0 0.01 0.62 179.02 0.45 0.26
Hex 25 62 61 3E 0 1 3E B3 2D 1A
Octal 45 142 141 76 0 1 76 263 55 32
Binary 100101 1100010 1100001 111110 0 1 111110 10110011 101101 11010

Color Harmonies of #256261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256261

Black with #256261

Text Example


Text Example

White with #256261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256261; }

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

 H1.HeaderClassName
 {
   color: #256261;
 }
 .AnyTagClassName
 {
   color: #256261;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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