Html Css Color HEX #255D61 Blue Stone

📋 copy color: '#255D61'

red 37 ◦ green 93 ◦ blue 97

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

Shades of Blue Stone #255D61

Tints of Blue Stone #255D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.97%

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

R = 16.3%
G = 40.97%
B = 42.73%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#255D61 (or 0x255D61) is known color: Blue Stone. HEX triplet: 25, 5D and 61. RGB value is (37,93,97). Sum of RGB (Red+Green+Blue) = 37+93+97=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #255D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D61 is #DAA29E. Grayscale: #4C4C4C. Windows color (decimal): -14328479 or 6380837. OLE color: 6380837.

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

Color convert

RGB 37 93 97 -
CMYK 0.62 0.04 0 0.62
HSL 184º 0.45% 0.26% -
HSV(B) 184º 0.62% 0.38% -
XYZ 6.83 9.09 12.7 -
YUV 76.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 37 93 97 0.62 0.04 0 0.62 184 0.45 0.26
Hex 25 5D 61 3E 4 0 3E B8 2D 1A
Octal 45 135 141 76 4 0 76 270 55 32
Binary 100101 1011101 1100001 111110 100 0 111110 10111000 101101 11010

Color Harmonies of #255D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D61

Black with #255D61

Text Example


Text Example

White with #255D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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