Shades of Tolopea #221B3D
Tints of Tolopea #221B3D
RGB
CMYK
RGB Variations
Color information
#221B3D (or 0x221B3D) is known color: Tolopea. HEX triplet: 22, 1B and 3D. RGB value is (34,27,61). Sum of RGB (Red+Green+Blue) = 34+27+61=122 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.87% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #221B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B3D is #DDE4C2. Grayscale: #202020. Windows color (decimal): -14542019 or 4004642. OLE color: 4004642.
HSL color Cylindrical-coordinate representation of color #221B3D: hue angle of 252.35º 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 #221B3D is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 34 | 27 | 61 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.76 |
| HSL | 252.35º | 0.39% | 0.17% | - |
| HSV(B) | 252.35º | 0.56% | 0.24% | - |
| XYZ | 1.89 | 1.46 | 4.6 | - |
| YUV | 32.97 | 143.82 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 61 | 0.44 | 0.56 | 0 | 0.76 | 252.35 | 0.39 | 0.17 |
| Hex | 22 | 1B | 3D | 2C | 38 | 0 | 4C | FC | 27 | 11 |
| Octal | 42 | 33 | 75 | 54 | 70 | 0 | 114 | 374 | 47 | 21 |
| Binary | 100010 | 11011 | 111101 | 101100 | 111000 | 0 | 1001100 | 11111100 | 100111 | 10001 |
Color Harmonies of #221B3D
Complementary color
Monochromatic Colors of #221B3D
Black with #221B3D
Text Example
Text Example
White with #221B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B3D; }
p { color: rgb(34,27,61); }
H1.HeaderClassName
{
color: #221B3D;
}
.AnyTagClassName
{
color: #221B3D;
}
</style>
background-color css
<style>
a { background-color: #221B3D; }
a { background-color: rgb(34,27,61); }
div.DivClassName
{
background-color: #221B3D;
}
.BgClassName
{
background-color: #221B3D;
}
</style>
border-color css
<style>
span { border-color: #221B3D; }
span { border-color: rgb(34,27,61); }
td.TdClassName
{
border-color: #221B3D;
}
.TagClassName
{
border-color: #221B3D;
}
</style>