Shades of Resolution Blue #21377B
Tints of Resolution Blue #21377B
RGB
CMYK
RGB Variations
Color information
#21377B (or 0x21377B) is known color: Resolution Blue. HEX triplet: 21, 37 and 7B. RGB value is (33,55,123). Sum of RGB (Red+Green+Blue) = 33+55+123=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #21377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21377B is #DEC884. Grayscale: #373737. Windows color (decimal): -14600325 or 8075041. OLE color: 8075041.
HSL color Cylindrical-coordinate representation of color #21377B: hue angle of 225.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21377B is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 55 | 123 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.52 |
| HSL | 225.33º | 0.58% | 0.31% | - |
| HSV(B) | 225.33º | 0.73% | 0.48% | - |
| XYZ | 5.57 | 4.49 | 19.31 | - |
| YUV | 56.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 123 | 0.73 | 0.55 | 0 | 0.52 | 225.33 | 0.58 | 0.31 |
| Hex | 21 | 37 | 7B | 49 | 37 | 0 | 34 | E1 | 3A | 1F |
| Octal | 41 | 67 | 173 | 111 | 67 | 0 | 64 | 341 | 72 | 37 |
| Binary | 100001 | 110111 | 1111011 | 1001001 | 110111 | 0 | 110100 | 11100001 | 111010 | 11111 |
Color Harmonies of #21377B
Complementary color
Monochromatic Colors of #21377B
Black with #21377B
Text Example
Text Example
White with #21377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21377B; }
p { color: rgb(33,55,123); }
H1.HeaderClassName
{
color: #21377B;
}
.AnyTagClassName
{
color: #21377B;
}
</style>
background-color css
<style>
a { background-color: #21377B; }
a { background-color: rgb(33,55,123); }
div.DivClassName
{
background-color: #21377B;
}
.BgClassName
{
background-color: #21377B;
}
</style>
border-color css
<style>
span { border-color: #21377B; }
span { border-color: rgb(33,55,123); }
td.TdClassName
{
border-color: #21377B;
}
.TagClassName
{
border-color: #21377B;
}
</style>