Shades of Resolution Blue #213C8A
Tints of Resolution Blue #213C8A
RGB
CMYK
RGB Variations
Color information
#213C8A (or 0x213C8A) is known color: Resolution Blue. HEX triplet: 21, 3C and 8A. RGB value is (33,60,138). Sum of RGB (Red+Green+Blue) = 33+60+138=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #213C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213C8A is #DEC375. Grayscale: #3C3C3C. Windows color (decimal): -14599030 or 9059361. OLE color: 9059361.
HSL color Cylindrical-coordinate representation of color #213C8A: hue angle of 224.57º 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 #213C8A is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 60 | 138 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.46 |
| HSL | 224.57º | 0.61% | 0.34% | - |
| HSV(B) | 224.57º | 0.76% | 0.54% | - |
| XYZ | 6.83 | 5.39 | 24.73 | - |
| YUV | 60.82 | 171.55 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 138 | 0.76 | 0.57 | 0 | 0.46 | 224.57 | 0.61 | 0.34 |
| Hex | 21 | 3C | 8A | 4C | 39 | 0 | 2E | E1 | 3D | 22 |
| Octal | 41 | 74 | 212 | 114 | 71 | 0 | 56 | 341 | 75 | 42 |
| Binary | 100001 | 111100 | 10001010 | 1001100 | 111001 | 0 | 101110 | 11100001 | 111101 | 100010 |
Color Harmonies of #213C8A
Complementary color
Monochromatic Colors of #213C8A
Black with #213C8A
Text Example
Text Example
White with #213C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213C8A; }
p { color: rgb(33,60,138); }
H1.HeaderClassName
{
color: #213C8A;
}
.AnyTagClassName
{
color: #213C8A;
}
</style>
background-color css
<style>
a { background-color: #213C8A; }
a { background-color: rgb(33,60,138); }
div.DivClassName
{
background-color: #213C8A;
}
.BgClassName
{
background-color: #213C8A;
}
</style>
border-color css
<style>
span { border-color: #213C8A; }
span { border-color: rgb(33,60,138); }
td.TdClassName
{
border-color: #213C8A;
}
.TagClassName
{
border-color: #213C8A;
}
</style>