Shades of Blue Stone #265B63
Tints of Blue Stone #265B63
RGB
CMYK
RGB Variations
Color information
#265B63 (or 0x265B63) is known color: Blue Stone. HEX triplet: 26, 5B and 63. RGB value is (38,91,99). Sum of RGB (Red+Green+Blue) = 38+91+99=228 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.67% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #265B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265B63 is #D9A49C. Grayscale: #4B4B4B. Windows color (decimal): -14263453 or 6511398. OLE color: 6511398.
HSL color Cylindrical-coordinate representation of color #265B63: hue angle of 187.87º 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 #265B63 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 91 | 99 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.61 |
| HSL | 187.87º | 0.45% | 0.27% | - |
| HSV(B) | 187.87º | 0.62% | 0.39% | - |
| XYZ | 6.79 | 8.8 | 13.14 | - |
| YUV | 76.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 91 | 99 | 0.62 | 0.08 | 0 | 0.61 | 187.87 | 0.45 | 0.27 |
| Hex | 26 | 5B | 63 | 3E | 8 | 0 | 3D | BC | 2D | 1B |
| Octal | 46 | 133 | 143 | 76 | 10 | 0 | 75 | 274 | 55 | 33 |
| Binary | 100110 | 1011011 | 1100011 | 111110 | 1000 | 0 | 111101 | 10111100 | 101101 | 11011 |
Color Harmonies of #265B63
Complementary color
Monochromatic Colors of #265B63
Black with #265B63
Text Example
Text Example
White with #265B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265B63; }
p { color: rgb(38,91,99); }
H1.HeaderClassName
{
color: #265B63;
}
.AnyTagClassName
{
color: #265B63;
}
</style>
background-color css
<style>
a { background-color: #265B63; }
a { background-color: rgb(38,91,99); }
div.DivClassName
{
background-color: #265B63;
}
.BgClassName
{
background-color: #265B63;
}
</style>
border-color css
<style>
span { border-color: #265B63; }
span { border-color: rgb(38,91,99); }
td.TdClassName
{
border-color: #265B63;
}
.TagClassName
{
border-color: #265B63;
}
</style>