Shades of Toledo #363234
Tints of Toledo #363234
RGB
CMYK
RGB Variations
Color information
#363234 (or 0x363234) is known color: Toledo. HEX triplet: 36, 32 and 34. RGB value is (54,50,52). Sum of RGB (Red+Green+Blue) = 54+50+52=156 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.62% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 54 - color contains mainly: red. Hex color #363234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363234 is #C9CDCB. Grayscale: #333333. Windows color (decimal): -13225420 or 3420726. OLE color: 3420726.
HSL color Cylindrical-coordinate representation of color #363234: hue angle of 330º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363234 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 52 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.79 |
| HSL | 330º | 0.04% | 0.2% | - |
| HSV(B) | 330º | 0.07% | 0.21% | - |
| XYZ | 3.28 | 3.31 | 3.72 | - |
| YUV | 51.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 52 | 0 | 0.07 | 0.04 | 0.79 | 330 | 0.04 | 0.2 |
| Hex | 36 | 32 | 34 | 0 | 7 | 4 | 4F | 14A | 4 | 14 |
| Octal | 66 | 62 | 64 | 0 | 7 | 4 | 117 | 512 | 4 | 24 |
| Binary | 110110 | 110010 | 110100 | 0 | 111 | 100 | 1001111 | 101001010 | 100 | 10100 |
Color Harmonies of #363234
Complementary color
Monochromatic Colors of #363234
Black with #363234
Text Example
Text Example
White with #363234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363234; }
p { color: rgb(54,50,52); }
H1.HeaderClassName
{
color: #363234;
}
.AnyTagClassName
{
color: #363234;
}
</style>
background-color css
<style>
a { background-color: #363234; }
a { background-color: rgb(54,50,52); }
div.DivClassName
{
background-color: #363234;
}
.BgClassName
{
background-color: #363234;
}
</style>
border-color css
<style>
span { border-color: #363234; }
span { border-color: rgb(54,50,52); }
td.TdClassName
{
border-color: #363234;
}
.TagClassName
{
border-color: #363234;
}
</style>