Shades of Resolution Blue #213D8A
Tints of Resolution Blue #213D8A
RGB
CMYK
RGB Variations
Color information
#213D8A (or 0x213D8A) is known color: Resolution Blue. HEX triplet: 21, 3D and 8A. RGB value is (33,61,138). Sum of RGB (Red+Green+Blue) = 33+61+138=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #213D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D8A is #DEC275. Grayscale: #3D3D3D. Windows color (decimal): -14598774 or 9059617. OLE color: 9059617.
HSL color Cylindrical-coordinate representation of color #213D8A: hue angle of 224º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #213D8A is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 61 | 138 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.46 |
| HSL | 224º | 0.61% | 0.34% | - |
| HSV(B) | 224º | 0.76% | 0.54% | - |
| XYZ | 6.88 | 5.5 | 24.74 | - |
| YUV | 61.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 138 | 0.76 | 0.56 | 0 | 0.46 | 224 | 0.61 | 0.34 |
| Hex | 21 | 3D | 8A | 4C | 38 | 0 | 2E | E0 | 3D | 22 |
| Octal | 41 | 75 | 212 | 114 | 70 | 0 | 56 | 340 | 75 | 42 |
| Binary | 100001 | 111101 | 10001010 | 1001100 | 111000 | 0 | 101110 | 11100000 | 111101 | 100010 |
Color Harmonies of #213D8A
Complementary color
Monochromatic Colors of #213D8A
Black with #213D8A
Text Example
Text Example
White with #213D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D8A; }
p { color: rgb(33,61,138); }
H1.HeaderClassName
{
color: #213D8A;
}
.AnyTagClassName
{
color: #213D8A;
}
</style>
background-color css
<style>
a { background-color: #213D8A; }
a { background-color: rgb(33,61,138); }
div.DivClassName
{
background-color: #213D8A;
}
.BgClassName
{
background-color: #213D8A;
}
</style>
border-color css
<style>
span { border-color: #213D8A; }
span { border-color: rgb(33,61,138); }
td.TdClassName
{
border-color: #213D8A;
}
.TagClassName
{
border-color: #213D8A;
}
</style>