Shades of Tolopea #221B44
Tints of Tolopea #221B44
RGB
CMYK
RGB Variations
Color information
#221B44 (or 0x221B44) is known color: Tolopea. HEX triplet: 22, 1B and 44. RGB value is (34,27,68). Sum of RGB (Red+Green+Blue) = 34+27+68=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 68 (26.95% from 255 or 52.71% from 129); Max value from RGB is 68 - color contains mainly: blue. Hex color #221B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B44 is #DDE4BB. Grayscale: #212121. Windows color (decimal): -14542012 or 4463394. OLE color: 4463394.
HSL color Cylindrical-coordinate representation of color #221B44: hue angle of 250.24º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #221B44 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 27 | 68 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.73 |
| HSL | 250.24º | 0.43% | 0.19% | - |
| HSV(B) | 250.24º | 0.6% | 0.27% | - |
| XYZ | 2.1 | 1.54 | 5.66 | - |
| YUV | 33.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 68 | 0.50 | 0.60 | 0 | 0.73 | 250.24 | 0.43 | 0.19 |
| Hex | 22 | 1B | 44 | 32 | 3C | 0 | 49 | FA | 2B | 13 |
| Octal | 42 | 33 | 104 | 62 | 74 | 0 | 111 | 372 | 53 | 23 |
| Binary | 100010 | 11011 | 1000100 | 110010 | 111100 | 0 | 1001001 | 11111010 | 101011 | 10011 |
Color Harmonies of #221B44
Complementary color
Monochromatic Colors of #221B44
Black with #221B44
Text Example
Text Example
White with #221B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B44; }
p { color: rgb(34,27,68); }
H1.HeaderClassName
{
color: #221B44;
}
.AnyTagClassName
{
color: #221B44;
}
</style>
background-color css
<style>
a { background-color: #221B44; }
a { background-color: rgb(34,27,68); }
div.DivClassName
{
background-color: #221B44;
}
.BgClassName
{
background-color: #221B44;
}
</style>
border-color css
<style>
span { border-color: #221B44; }
span { border-color: rgb(34,27,68); }
td.TdClassName
{
border-color: #221B44;
}
.TagClassName
{
border-color: #221B44;
}
</style>