Shades of Blue Stone #265C60
Tints of Blue Stone #265C60
RGB
CMYK
RGB Variations
Color information
#265C60 (or 0x265C60) is known color: Blue Stone. HEX triplet: 26, 5C and 60. RGB value is (38,92,96). Sum of RGB (Red+Green+Blue) = 38+92+96=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #265C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265C60 is #D9A39F. Grayscale: #4C4C4C. Windows color (decimal): -14263200 or 6315046. OLE color: 6315046.
HSL color Cylindrical-coordinate representation of color #265C60: hue angle of 184.14º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #265C60 is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 38 | 92 | 96 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.62 |
| HSL | 184.14º | 0.43% | 0.26% | - |
| HSV(B) | 184.14º | 0.6% | 0.38% | - |
| XYZ | 6.74 | 8.91 | 12.43 | - |
| YUV | 76.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 92 | 96 | 0.60 | 0.04 | 0 | 0.62 | 184.14 | 0.43 | 0.26 |
| Hex | 26 | 5C | 60 | 3C | 4 | 0 | 3E | B8 | 2B | 1A |
| Octal | 46 | 134 | 140 | 74 | 4 | 0 | 76 | 270 | 53 | 32 |
| Binary | 100110 | 1011100 | 1100000 | 111100 | 100 | 0 | 111110 | 10111000 | 101011 | 11010 |
Color Harmonies of #265C60
Complementary color
Monochromatic Colors of #265C60
Black with #265C60
Text Example
Text Example
White with #265C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265C60; }
p { color: rgb(38,92,96); }
H1.HeaderClassName
{
color: #265C60;
}
.AnyTagClassName
{
color: #265C60;
}
</style>
background-color css
<style>
a { background-color: #265C60; }
a { background-color: rgb(38,92,96); }
div.DivClassName
{
background-color: #265C60;
}
.BgClassName
{
background-color: #265C60;
}
</style>
border-color css
<style>
span { border-color: #265C60; }
span { border-color: rgb(38,92,96); }
td.TdClassName
{
border-color: #265C60;
}
.TagClassName
{
border-color: #265C60;
}
</style>