Shades of Blue Stone #265E65
Tints of Blue Stone #265E65
RGB
CMYK
RGB Variations
Color information
#265E65 (or 0x265E65) is known color: Blue Stone. HEX triplet: 26, 5E and 65. RGB value is (38,94,101). Sum of RGB (Red+Green+Blue) = 38+94+101=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #265E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E65 is #D9A19A. Grayscale: #4D4D4D. Windows color (decimal): -14262683 or 6643238. OLE color: 6643238.
HSL color Cylindrical-coordinate representation of color #265E65: hue angle of 186.67º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265E65 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 94 | 101 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.60 |
| HSL | 186.67º | 0.45% | 0.27% | - |
| HSV(B) | 186.67º | 0.62% | 0.4% | - |
| XYZ | 7.15 | 9.36 | 13.74 | - |
| YUV | 78.05 | 140.95 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 101 | 0.62 | 0.07 | 0 | 0.60 | 186.67 | 0.45 | 0.27 |
| Hex | 26 | 5E | 65 | 3E | 7 | 0 | 3C | BB | 2D | 1B |
| Octal | 46 | 136 | 145 | 76 | 7 | 0 | 74 | 273 | 55 | 33 |
| Binary | 100110 | 1011110 | 1100101 | 111110 | 111 | 0 | 111100 | 10111011 | 101101 | 11011 |
Color Harmonies of #265E65
Complementary color
Monochromatic Colors of #265E65
Black with #265E65
Text Example
Text Example
White with #265E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E65; }
p { color: rgb(38,94,101); }
H1.HeaderClassName
{
color: #265E65;
}
.AnyTagClassName
{
color: #265E65;
}
</style>
background-color css
<style>
a { background-color: #265E65; }
a { background-color: rgb(38,94,101); }
div.DivClassName
{
background-color: #265E65;
}
.BgClassName
{
background-color: #265E65;
}
</style>
border-color css
<style>
span { border-color: #265E65; }
span { border-color: rgb(38,94,101); }
td.TdClassName
{
border-color: #265E65;
}
.TagClassName
{
border-color: #265E65;
}
</style>