Shades of Blue Stone #265D63
Tints of Blue Stone #265D63
RGB
CMYK
RGB Variations
Color information
#265D63 (or 0x265D63) is known color: Blue Stone. HEX triplet: 26, 5D and 63. RGB value is (38,93,99). Sum of RGB (Red+Green+Blue) = 38+93+99=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #265D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D63 is #D9A29C. Grayscale: #4D4D4D. Windows color (decimal): -14262941 or 6511910. OLE color: 6511910.
HSL color Cylindrical-coordinate representation of color #265D63: hue angle of 185.9º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265D63 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 93 | 99 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.61 |
| HSL | 185.9º | 0.45% | 0.27% | - |
| HSV(B) | 185.9º | 0.62% | 0.39% | - |
| XYZ | 6.97 | 9.14 | 13.2 | - |
| YUV | 77.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 99 | 0.62 | 0.06 | 0 | 0.61 | 185.9 | 0.45 | 0.27 |
| Hex | 26 | 5D | 63 | 3E | 6 | 0 | 3D | BA | 2D | 1B |
| Octal | 46 | 135 | 143 | 76 | 6 | 0 | 75 | 272 | 55 | 33 |
| Binary | 100110 | 1011101 | 1100011 | 111110 | 110 | 0 | 111101 | 10111010 | 101101 | 11011 |
Color Harmonies of #265D63
Complementary color
Monochromatic Colors of #265D63
Black with #265D63
Text Example
Text Example
White with #265D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D63; }
p { color: rgb(38,93,99); }
H1.HeaderClassName
{
color: #265D63;
}
.AnyTagClassName
{
color: #265D63;
}
</style>
background-color css
<style>
a { background-color: #265D63; }
a { background-color: rgb(38,93,99); }
div.DivClassName
{
background-color: #265D63;
}
.BgClassName
{
background-color: #265D63;
}
</style>
border-color css
<style>
span { border-color: #265D63; }
span { border-color: rgb(38,93,99); }
td.TdClassName
{
border-color: #265D63;
}
.TagClassName
{
border-color: #265D63;
}
</style>