Shades of Tolopea #221B3E
Tints of Tolopea #221B3E
RGB
CMYK
RGB Variations
Color information
#221B3E (or 0x221B3E) is known color: Tolopea. HEX triplet: 22, 1B and 3E. RGB value is (34,27,62). Sum of RGB (Red+Green+Blue) = 34+27+62=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 62 (24.61% from 255 or 50.41% from 123); Max value from RGB is 62 - color contains mainly: blue. Hex color #221B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B3E is #DDE4C1. Grayscale: #202020. Windows color (decimal): -14542018 or 4070178. OLE color: 4070178.
HSL color Cylindrical-coordinate representation of color #221B3E: hue angle of 252º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #221B3E is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 27 | 62 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.76 |
| HSL | 252º | 0.39% | 0.17% | - |
| HSV(B) | 252º | 0.56% | 0.24% | - |
| XYZ | 1.92 | 1.47 | 4.74 | - |
| YUV | 33.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 62 | 0.45 | 0.56 | 0 | 0.76 | 252 | 0.39 | 0.17 |
| Hex | 22 | 1B | 3E | 2D | 38 | 0 | 4C | FC | 27 | 11 |
| Octal | 42 | 33 | 76 | 55 | 70 | 0 | 114 | 374 | 47 | 21 |
| Binary | 100010 | 11011 | 111110 | 101101 | 111000 | 0 | 1001100 | 11111100 | 100111 | 10001 |
Color Harmonies of #221B3E
Complementary color
Monochromatic Colors of #221B3E
Black with #221B3E
Text Example
Text Example
White with #221B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B3E; }
p { color: rgb(34,27,62); }
H1.HeaderClassName
{
color: #221B3E;
}
.AnyTagClassName
{
color: #221B3E;
}
</style>
background-color css
<style>
a { background-color: #221B3E; }
a { background-color: rgb(34,27,62); }
div.DivClassName
{
background-color: #221B3E;
}
.BgClassName
{
background-color: #221B3E;
}
</style>
border-color css
<style>
span { border-color: #221B3E; }
span { border-color: rgb(34,27,62); }
td.TdClassName
{
border-color: #221B3E;
}
.TagClassName
{
border-color: #221B3E;
}
</style>