Shades of Tolopea #221B3C
Tints of Tolopea #221B3C
RGB
CMYK
RGB Variations
Color information
#221B3C (or 0x221B3C) is known color: Tolopea. HEX triplet: 22, 1B and 3C. RGB value is (34,27,60). Sum of RGB (Red+Green+Blue) = 34+27+60=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #221B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B3C is #DDE4C3. Grayscale: #202020. Windows color (decimal): -14542020 or 3939106. OLE color: 3939106.
HSL color Cylindrical-coordinate representation of color #221B3C: hue angle of 252.73º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #221B3C is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 27 | 60 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.76 |
| HSL | 252.73º | 0.38% | 0.17% | - |
| HSV(B) | 252.73º | 0.55% | 0.24% | - |
| XYZ | 1.87 | 1.45 | 4.46 | - |
| YUV | 32.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 60 | 0.43 | 0.55 | 0 | 0.76 | 252.73 | 0.38 | 0.17 |
| Hex | 22 | 1B | 3C | 2B | 37 | 0 | 4C | FD | 26 | 11 |
| Octal | 42 | 33 | 74 | 53 | 67 | 0 | 114 | 375 | 46 | 21 |
| Binary | 100010 | 11011 | 111100 | 101011 | 110111 | 0 | 1001100 | 11111101 | 100110 | 10001 |
Color Harmonies of #221B3C
Complementary color
Monochromatic Colors of #221B3C
Black with #221B3C
Text Example
Text Example
White with #221B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B3C; }
p { color: rgb(34,27,60); }
H1.HeaderClassName
{
color: #221B3C;
}
.AnyTagClassName
{
color: #221B3C;
}
</style>
background-color css
<style>
a { background-color: #221B3C; }
a { background-color: rgb(34,27,60); }
div.DivClassName
{
background-color: #221B3C;
}
.BgClassName
{
background-color: #221B3C;
}
</style>
border-color css
<style>
span { border-color: #221B3C; }
span { border-color: rgb(34,27,60); }
td.TdClassName
{
border-color: #221B3C;
}
.TagClassName
{
border-color: #221B3C;
}
</style>