Html Css Color HEX #255B63 Blue Stone

📋 copy color: '#255B63'

red 37 ◦ green 91 ◦ blue 99

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

Shades of Blue Stone #255B63

Tints of Blue Stone #255B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.09%

 BLUE value IS 99 (39.06% from 255) = 43.61%

R = 16.3%
G = 40.09%
B = 43.61%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#255B63 (or 0x255B63) is known color: Blue Stone. HEX triplet: 25, 5B and 63. RGB value is (37,91,99). Sum of RGB (Red+Green+Blue) = 37+91+99=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #255B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B63 is #DAA49C. Grayscale: #4B4B4B. Windows color (decimal): -14328989 or 6511397. OLE color: 6511397.

HSL color Cylindrical-coordinate representation of color #255B63: hue angle of 187.74º 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 #255B63 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 91 99 -
CMYK 0.63 0.08 0 0.61
HSL 187.74º 0.46% 0.27% -
HSV(B) 187.74º 0.63% 0.39% -
XYZ 6.76 8.78 13.14 -
YUV 75.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 37 91 99 0.63 0.08 0 0.61 187.74 0.46 0.27
Hex 25 5B 63 3F 8 0 3D BC 2E 1B
Octal 45 133 143 77 10 0 75 274 56 33
Binary 100101 1011011 1100011 111111 1000 0 111101 10111100 101110 11011

Color Harmonies of #255B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255B63

Black with #255B63

Text Example


Text Example

White with #255B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,91,99); }

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

background-color css

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

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

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

border-color css

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

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

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