Shades of Resolution Blue #213683
Tints of Resolution Blue #213683
RGB
CMYK
RGB Variations
Color information
#213683 (or 0x213683) is known color: Resolution Blue. HEX triplet: 21, 36 and 83. RGB value is (33,54,131). Sum of RGB (Red+Green+Blue) = 33+54+131=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #213683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213683 is #DEC97C. Grayscale: #383838. Windows color (decimal): -14600573 or 8599073. OLE color: 8599073.
HSL color Cylindrical-coordinate representation of color #213683: hue angle of 227.14º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #213683 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 54 | 131 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.49 |
| HSL | 227.14º | 0.6% | 0.32% | - |
| HSV(B) | 227.14º | 0.75% | 0.51% | - |
| XYZ | 6.04 | 4.6 | 22.04 | - |
| YUV | 56.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 131 | 0.75 | 0.59 | 0 | 0.49 | 227.14 | 0.6 | 0.32 |
| Hex | 21 | 36 | 83 | 4B | 3B | 0 | 31 | E3 | 3C | 20 |
| Octal | 41 | 66 | 203 | 113 | 73 | 0 | 61 | 343 | 74 | 40 |
| Binary | 100001 | 110110 | 10000011 | 1001011 | 111011 | 0 | 110001 | 11100011 | 111100 | 100000 |
Color Harmonies of #213683
Complementary color
Monochromatic Colors of #213683
Black with #213683
Text Example
Text Example
White with #213683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213683; }
p { color: rgb(33,54,131); }
H1.HeaderClassName
{
color: #213683;
}
.AnyTagClassName
{
color: #213683;
}
</style>
background-color css
<style>
a { background-color: #213683; }
a { background-color: rgb(33,54,131); }
div.DivClassName
{
background-color: #213683;
}
.BgClassName
{
background-color: #213683;
}
</style>
border-color css
<style>
span { border-color: #213683; }
span { border-color: rgb(33,54,131); }
td.TdClassName
{
border-color: #213683;
}
.TagClassName
{
border-color: #213683;
}
</style>