Shades of Resolution Blue #213081
Tints of Resolution Blue #213081
RGB
CMYK
RGB Variations
Color information
#213081 (or 0x213081) is known color: Resolution Blue. HEX triplet: 21, 30 and 81. RGB value is (33,48,129). Sum of RGB (Red+Green+Blue) = 33+48+129=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #213081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213081 is #DECF7E. Grayscale: #343434. Windows color (decimal): -14602111 or 8466465. OLE color: 8466465.
HSL color Cylindrical-coordinate representation of color #213081: hue angle of 230.62º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #213081 is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 48 | 129 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.49 |
| HSL | 230.63º | 0.59% | 0.32% | - |
| HSV(B) | 230.63º | 0.74% | 0.51% | - |
| XYZ | 5.65 | 4.02 | 21.25 | - |
| YUV | 52.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 129 | 0.74 | 0.63 | 0 | 0.49 | 230.63 | 0.59 | 0.32 |
| Hex | 21 | 30 | 81 | 4A | 3F | 0 | 31 | E7 | 3B | 20 |
| Octal | 41 | 60 | 201 | 112 | 77 | 0 | 61 | 347 | 73 | 40 |
| Binary | 100001 | 110000 | 10000001 | 1001010 | 111111 | 0 | 110001 | 11100111 | 111011 | 100000 |
Color Harmonies of #213081
Complementary color
Monochromatic Colors of #213081
Black with #213081
Text Example
Text Example
White with #213081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213081; }
p { color: rgb(33,48,129); }
H1.HeaderClassName
{
color: #213081;
}
.AnyTagClassName
{
color: #213081;
}
</style>
background-color css
<style>
a { background-color: #213081; }
a { background-color: rgb(33,48,129); }
div.DivClassName
{
background-color: #213081;
}
.BgClassName
{
background-color: #213081;
}
</style>
border-color css
<style>
span { border-color: #213081; }
span { border-color: rgb(33,48,129); }
td.TdClassName
{
border-color: #213081;
}
.TagClassName
{
border-color: #213081;
}
</style>