Html Css Color HEX #255D64 Blue Stone

📋 copy color: '#255D64'

red 37 ◦ green 93 ◦ blue 100

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

Shades of Blue Stone #255D64

Tints of Blue Stone #255D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 16.09%
G = 40.43%
B = 43.48%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255D64 (or 0x255D64) is known color: Blue Stone. HEX triplet: 25, 5D and 64. RGB value is (37,93,100). Sum of RGB (Red+Green+Blue) = 37+93+100=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #255D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D64 is #DAA29B. Grayscale: #4C4C4C. Windows color (decimal): -14328476 or 6577445. OLE color: 6577445.

HSL color Cylindrical-coordinate representation of color #255D64: hue angle of 186.67º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255D64 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 93 100 -
CMYK 0.63 0.07 0 0.61
HSL 186.67º 0.46% 0.27% -
HSV(B) 186.67º 0.63% 0.39% -
XYZ 6.98 9.14 13.45 -
YUV 77.05 140.95 99.43 -
System Red Green Blue C M Y K H S L
Decimal 37 93 100 0.63 0.07 0 0.61 186.67 0.46 0.27
Hex 25 5D 64 3F 7 0 3D BB 2E 1B
Octal 45 135 144 77 7 0 75 273 56 33
Binary 100101 1011101 1100100 111111 111 0 111101 10111011 101110 11011

Color Harmonies of #255D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255D64

Black with #255D64

Text Example


Text Example

White with #255D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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