Shades of Blue Stone #265C5F
Tints of Blue Stone #265C5F
RGB
CMYK
RGB Variations
Color information
#265C5F (or 0x265C5F) is known color: Blue Stone. HEX triplet: 26, 5C and 5F. RGB value is (38,92,95). Sum of RGB (Red+Green+Blue) = 38+92+95=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #265C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C5F is #D9A3A0. Grayscale: #4C4C4C. Windows color (decimal): -14263201 or 6249510. OLE color: 6249510.
HSL color Cylindrical-coordinate representation of color #265C5F: hue angle of 183.16º 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 #265C5F is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 38 | 92 | 95 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.63 |
| HSL | 183.16º | 0.43% | 0.26% | - |
| HSV(B) | 183.16º | 0.6% | 0.37% | - |
| XYZ | 6.69 | 8.89 | 12.19 | - |
| YUV | 76.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 95 | 0.60 | 0.03 | 0 | 0.63 | 183.16 | 0.43 | 0.26 |
| Hex | 26 | 5C | 5F | 3C | 3 | 0 | 3F | B7 | 2B | 1A |
| Octal | 46 | 134 | 137 | 74 | 3 | 0 | 77 | 267 | 53 | 32 |
| Binary | 100110 | 1011100 | 1011111 | 111100 | 11 | 0 | 111111 | 10110111 | 101011 | 11010 |
Color Harmonies of #265C5F
Complementary color
Monochromatic Colors of #265C5F
Black with #265C5F
Text Example
Text Example
White with #265C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C5F; }
p { color: rgb(38,92,95); }
H1.HeaderClassName
{
color: #265C5F;
}
.AnyTagClassName
{
color: #265C5F;
}
</style>
background-color css
<style>
a { background-color: #265C5F; }
a { background-color: rgb(38,92,95); }
div.DivClassName
{
background-color: #265C5F;
}
.BgClassName
{
background-color: #265C5F;
}
</style>
border-color css
<style>
span { border-color: #265C5F; }
span { border-color: rgb(38,92,95); }
td.TdClassName
{
border-color: #265C5F;
}
.TagClassName
{
border-color: #265C5F;
}
</style>