Shades of Tolopea #201B3E
Tints of Tolopea #201B3E
RGB
CMYK
RGB Variations
Color information
#201B3E (or 0x201B3E) is known color: Tolopea. HEX triplet: 20, 1B and 3E. RGB value is (32,27,62). Sum of RGB (Red+Green+Blue) = 32+27+62=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #201B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B3E is #DFE4C1. Grayscale: #202020. Windows color (decimal): -14673090 or 4070176. OLE color: 4070176.
HSL color Cylindrical-coordinate representation of color #201B3E: hue angle of 248.57º 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 #201B3E is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 32 | 27 | 62 | - |
CMYK | 0.48 | 0.56 | 0 | 0.76 |
HSL | 248.57º | 0.39% | 0.17% | - |
HSV(B) | 248.57º | 0.56% | 0.24% | - |
XYZ | 1.86 | 1.44 | 4.74 | - |
YUV | 32.49 | 144.66 | 127.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 27 | 62 | 0.48 | 0.56 | 0 | 0.76 | 248.57 | 0.39 | 0.17 |
Hex | 20 | 1B | 3E | 30 | 38 | 0 | 4C | F9 | 27 | 11 |
Octal | 40 | 33 | 76 | 60 | 70 | 0 | 114 | 371 | 47 | 21 |
Binary | 100000 | 11011 | 111110 | 110000 | 111000 | 0 | 1001100 | 11111001 | 100111 | 10001 |
Color Harmonies of #201B3E
Complementary color
Monochromatic Colors of #201B3E
Black with #201B3E
Text Example
Text Example
White with #201B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B3E; }
p { color: rgb(32,27,62); }
H1.HeaderClassName
{
color: #201B3E;
}
.AnyTagClassName
{
color: #201B3E;
}
</style>
background-color css
<style>
a { background-color: #201B3E; }
a { background-color: rgb(32,27,62); }
div.DivClassName
{
background-color: #201B3E;
}
.BgClassName
{
background-color: #201B3E;
}
</style>
border-color css
<style>
span { border-color: #201B3E; }
span { border-color: rgb(32,27,62); }
td.TdClassName
{
border-color: #201B3E;
}
.TagClassName
{
border-color: #201B3E;
}
</style>