Shades of Blue Stone #265E61
Tints of Blue Stone #265E61
RGB
CMYK
RGB Variations
Color information
#265E61 (or 0x265E61) is known color: Blue Stone. HEX triplet: 26, 5E and 61. RGB value is (38,94,97). Sum of RGB (Red+Green+Blue) = 38+94+97=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #265E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265E61 is #D9A19E. Grayscale: #4D4D4D. Windows color (decimal): -14262687 or 6381094. OLE color: 6381094.
HSL color Cylindrical-coordinate representation of color #265E61: hue angle of 183.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265E61 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 94 | 97 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.62 |
| HSL | 183.05º | 0.44% | 0.26% | - |
| HSV(B) | 183.05º | 0.61% | 0.38% | - |
| XYZ | 6.96 | 9.28 | 12.73 | - |
| YUV | 77.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 94 | 97 | 0.61 | 0.03 | 0 | 0.62 | 183.05 | 0.44 | 0.26 |
| Hex | 26 | 5E | 61 | 3D | 3 | 0 | 3E | B7 | 2C | 1A |
| Octal | 46 | 136 | 141 | 75 | 3 | 0 | 76 | 267 | 54 | 32 |
| Binary | 100110 | 1011110 | 1100001 | 111101 | 11 | 0 | 111110 | 10110111 | 101100 | 11010 |
Color Harmonies of #265E61
Complementary color
Monochromatic Colors of #265E61
Black with #265E61
Text Example
Text Example
White with #265E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265E61; }
p { color: rgb(38,94,97); }
H1.HeaderClassName
{
color: #265E61;
}
.AnyTagClassName
{
color: #265E61;
}
</style>
background-color css
<style>
a { background-color: #265E61; }
a { background-color: rgb(38,94,97); }
div.DivClassName
{
background-color: #265E61;
}
.BgClassName
{
background-color: #265E61;
}
</style>
border-color css
<style>
span { border-color: #265E61; }
span { border-color: rgb(38,94,97); }
td.TdClassName
{
border-color: #265E61;
}
.TagClassName
{
border-color: #265E61;
}
</style>