Shades of Blue Stone #265E63
Tints of Blue Stone #265E63
RGB
CMYK
RGB Variations
Color information
#265E63 (or 0x265E63) is known color: Blue Stone. HEX triplet: 26, 5E and 63. RGB value is (38,94,99). Sum of RGB (Red+Green+Blue) = 38+94+99=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #265E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E63 is #D9A19C. Grayscale: #4D4D4D. Windows color (decimal): -14262685 or 6512166. OLE color: 6512166.
HSL color Cylindrical-coordinate representation of color #265E63: hue angle of 184.92º 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 #265E63 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 38 | 94 | 99 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.61 |
| HSL | 184.92º | 0.45% | 0.27% | - |
| HSV(B) | 184.92º | 0.62% | 0.39% | - |
| XYZ | 7.05 | 9.32 | 13.23 | - |
| YUV | 77.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 99 | 0.62 | 0.05 | 0 | 0.61 | 184.92 | 0.45 | 0.27 |
| Hex | 26 | 5E | 63 | 3E | 5 | 0 | 3D | B9 | 2D | 1B |
| Octal | 46 | 136 | 143 | 76 | 5 | 0 | 75 | 271 | 55 | 33 |
| Binary | 100110 | 1011110 | 1100011 | 111110 | 101 | 0 | 111101 | 10111001 | 101101 | 11011 |
Color Harmonies of #265E63
Complementary color
Monochromatic Colors of #265E63
Black with #265E63
Text Example
Text Example
White with #265E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E63; }
p { color: rgb(38,94,99); }
H1.HeaderClassName
{
color: #265E63;
}
.AnyTagClassName
{
color: #265E63;
}
</style>
background-color css
<style>
a { background-color: #265E63; }
a { background-color: rgb(38,94,99); }
div.DivClassName
{
background-color: #265E63;
}
.BgClassName
{
background-color: #265E63;
}
</style>
border-color css
<style>
span { border-color: #265E63; }
span { border-color: rgb(38,94,99); }
td.TdClassName
{
border-color: #265E63;
}
.TagClassName
{
border-color: #265E63;
}
</style>