Shades of Blue Stone #265F5E
Tints of Blue Stone #265F5E
RGB
CMYK
RGB Variations
Color information
#265F5E (or 0x265F5E) is known color: Blue Stone. HEX triplet: 26, 5F and 5E. RGB value is (38,95,94). Sum of RGB (Red+Green+Blue) = 38+95+94=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 95 - color contains mainly: green. Hex color #265F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F5E is #D9A0A1. Grayscale: #4D4D4D. Windows color (decimal): -14262434 or 6184742. OLE color: 6184742.
HSL color Cylindrical-coordinate representation of color #265F5E: hue angle of 178.95º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265F5E is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 95 | 94 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.63 |
| HSL | 178.95º | 0.43% | 0.26% | - |
| HSV(B) | 178.95º | 0.6% | 0.37% | - |
| XYZ | 6.91 | 9.4 | 12.04 | - |
| YUV | 77.84 | 137.12 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 94 | 0.60 | 0 | 0.01 | 0.63 | 178.95 | 0.43 | 0.26 |
| Hex | 26 | 5F | 5E | 3C | 0 | 1 | 3F | B3 | 2B | 1A |
| Octal | 46 | 137 | 136 | 74 | 0 | 1 | 77 | 263 | 53 | 32 |
| Binary | 100110 | 1011111 | 1011110 | 111100 | 0 | 1 | 111111 | 10110011 | 101011 | 11010 |
Color Harmonies of #265F5E
Complementary color
Monochromatic Colors of #265F5E
Black with #265F5E
Text Example
Text Example
White with #265F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F5E; }
p { color: rgb(38,95,94); }
H1.HeaderClassName
{
color: #265F5E;
}
.AnyTagClassName
{
color: #265F5E;
}
</style>
background-color css
<style>
a { background-color: #265F5E; }
a { background-color: rgb(38,95,94); }
div.DivClassName
{
background-color: #265F5E;
}
.BgClassName
{
background-color: #265F5E;
}
</style>
border-color css
<style>
span { border-color: #265F5E; }
span { border-color: rgb(38,95,94); }
td.TdClassName
{
border-color: #265F5E;
}
.TagClassName
{
border-color: #265F5E;
}
</style>