Shades of Toledo #363334
Tints of Toledo #363334
RGB
CMYK
RGB Variations
Color information
#363334 (or 0x363334) is known color: Toledo. HEX triplet: 36, 33 and 34. RGB value is (54,51,52). Sum of RGB (Red+Green+Blue) = 54+51+52=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 54 - color contains mainly: red. Hex color #363334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363334 is #C9CCCB. Grayscale: #343434. Windows color (decimal): -13225164 or 3420982. OLE color: 3420982.
HSL color Cylindrical-coordinate representation of color #363334: hue angle of 340º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #363334 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 51 | 52 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.79 |
| HSL | 340º | 0.03% | 0.21% | - |
| HSV(B) | 340º | 0.06% | 0.21% | - |
| XYZ | 3.32 | 3.4 | 3.73 | - |
| YUV | 52.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 51 | 52 | 0 | 0.06 | 0.04 | 0.79 | 340 | 0.03 | 0.21 |
| Hex | 36 | 33 | 34 | 0 | 6 | 4 | 4F | 154 | 3 | 15 |
| Octal | 66 | 63 | 64 | 0 | 6 | 4 | 117 | 524 | 3 | 25 |
| Binary | 110110 | 110011 | 110100 | 0 | 110 | 100 | 1001111 | 101010100 | 11 | 10101 |
Color Harmonies of #363334
Complementary color
Monochromatic Colors of #363334
Black with #363334
Text Example
Text Example
White with #363334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363334; }
p { color: rgb(54,51,52); }
H1.HeaderClassName
{
color: #363334;
}
.AnyTagClassName
{
color: #363334;
}
</style>
background-color css
<style>
a { background-color: #363334; }
a { background-color: rgb(54,51,52); }
div.DivClassName
{
background-color: #363334;
}
.BgClassName
{
background-color: #363334;
}
</style>
border-color css
<style>
span { border-color: #363334; }
span { border-color: rgb(54,51,52); }
td.TdClassName
{
border-color: #363334;
}
.TagClassName
{
border-color: #363334;
}
</style>