Shades of Resolution Blue #21307D
Tints of Resolution Blue #21307D
RGB
CMYK
RGB Variations
Color information
#21307D (or 0x21307D) is known color: Resolution Blue. HEX triplet: 21, 30 and 7D. RGB value is (33,48,125). Sum of RGB (Red+Green+Blue) = 33+48+125=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #21307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21307D is #DECF82. Grayscale: #333333. Windows color (decimal): -14602115 or 8204321. OLE color: 8204321.
HSL color Cylindrical-coordinate representation of color #21307D: hue angle of 230.22º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21307D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 48 | 125 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.51 |
| HSL | 230.22º | 0.58% | 0.31% | - |
| HSV(B) | 230.22º | 0.74% | 0.49% | - |
| XYZ | 5.39 | 3.92 | 19.87 | - |
| YUV | 52.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 125 | 0.74 | 0.62 | 0 | 0.51 | 230.22 | 0.58 | 0.31 |
| Hex | 21 | 30 | 7D | 4A | 3E | 0 | 33 | E6 | 3A | 1F |
| Octal | 41 | 60 | 175 | 112 | 76 | 0 | 63 | 346 | 72 | 37 |
| Binary | 100001 | 110000 | 1111101 | 1001010 | 111110 | 0 | 110011 | 11100110 | 111010 | 11111 |
Color Harmonies of #21307D
Complementary color
Monochromatic Colors of #21307D
Black with #21307D
Text Example
Text Example
White with #21307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21307D; }
p { color: rgb(33,48,125); }
H1.HeaderClassName
{
color: #21307D;
}
.AnyTagClassName
{
color: #21307D;
}
</style>
background-color css
<style>
a { background-color: #21307D; }
a { background-color: rgb(33,48,125); }
div.DivClassName
{
background-color: #21307D;
}
.BgClassName
{
background-color: #21307D;
}
</style>
border-color css
<style>
span { border-color: #21307D; }
span { border-color: rgb(33,48,125); }
td.TdClassName
{
border-color: #21307D;
}
.TagClassName
{
border-color: #21307D;
}
</style>