Shades of Blue Stone #265D62
Tints of Blue Stone #265D62
RGB
CMYK
RGB Variations
Color information
#265D62 (or 0x265D62) is known color: Blue Stone. HEX triplet: 26, 5D and 62. RGB value is (38,93,98). Sum of RGB (Red+Green+Blue) = 38+93+98=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #265D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265D62 is #D9A29D. Grayscale: #4D4D4D. Windows color (decimal): -14262942 or 6446374. OLE color: 6446374.
HSL color Cylindrical-coordinate representation of color #265D62: hue angle of 185º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #265D62 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 93 | 98 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.62 |
| HSL | 185º | 0.44% | 0.27% | - |
| HSV(B) | 185º | 0.61% | 0.38% | - |
| XYZ | 6.92 | 9.12 | 12.95 | - |
| YUV | 77.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 93 | 98 | 0.61 | 0.05 | 0 | 0.62 | 185 | 0.44 | 0.27 |
| Hex | 26 | 5D | 62 | 3D | 5 | 0 | 3E | B9 | 2C | 1B |
| Octal | 46 | 135 | 142 | 75 | 5 | 0 | 76 | 271 | 54 | 33 |
| Binary | 100110 | 1011101 | 1100010 | 111101 | 101 | 0 | 111110 | 10111001 | 101100 | 11011 |
Color Harmonies of #265D62
Complementary color
Monochromatic Colors of #265D62
Black with #265D62
Text Example
Text Example
White with #265D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265D62; }
p { color: rgb(38,93,98); }
H1.HeaderClassName
{
color: #265D62;
}
.AnyTagClassName
{
color: #265D62;
}
</style>
background-color css
<style>
a { background-color: #265D62; }
a { background-color: rgb(38,93,98); }
div.DivClassName
{
background-color: #265D62;
}
.BgClassName
{
background-color: #265D62;
}
</style>
border-color css
<style>
span { border-color: #265D62; }
span { border-color: rgb(38,93,98); }
td.TdClassName
{
border-color: #265D62;
}
.TagClassName
{
border-color: #265D62;
}
</style>