Shades of Big Stone #36454C
Tints of Big Stone #36454C
RGB
CMYK
RGB Variations
Color information
#36454C (or 0x36454C) is known color: Big Stone. HEX triplet: 36, 45 and 4C. RGB value is (54,69,76). Sum of RGB (Red+Green+Blue) = 54+69+76=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #36454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36454C is #C9BAB3. Grayscale: #414141. Windows color (decimal): -13220532 or 4998454. OLE color: 4998454.
HSL color Cylindrical-coordinate representation of color #36454C: hue angle of 199.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36454C is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 69 | 76 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.70 |
| HSL | 199.09º | 0.17% | 0.25% | - |
| HSV(B) | 199.09º | 0.29% | 0.3% | - |
| XYZ | 4.95 | 5.56 | 7.65 | - |
| YUV | 65.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 76 | 0.29 | 0.09 | 0 | 0.70 | 199.09 | 0.17 | 0.25 |
| Hex | 36 | 45 | 4C | 1D | 9 | 0 | 46 | C7 | 11 | 19 |
| Octal | 66 | 105 | 114 | 35 | 11 | 0 | 106 | 307 | 21 | 31 |
| Binary | 110110 | 1000101 | 1001100 | 11101 | 1001 | 0 | 1000110 | 11000111 | 10001 | 11001 |
Color Harmonies of #36454C
Complementary color
Monochromatic Colors of #36454C
Black with #36454C
Text Example
Text Example
White with #36454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36454C; }
p { color: rgb(54,69,76); }
H1.HeaderClassName
{
color: #36454C;
}
.AnyTagClassName
{
color: #36454C;
}
</style>
background-color css
<style>
a { background-color: #36454C; }
a { background-color: rgb(54,69,76); }
div.DivClassName
{
background-color: #36454C;
}
.BgClassName
{
background-color: #36454C;
}
</style>
border-color css
<style>
span { border-color: #36454C; }
span { border-color: rgb(54,69,76); }
td.TdClassName
{
border-color: #36454C;
}
.TagClassName
{
border-color: #36454C;
}
</style>