Shades of Resolution Blue #21397F
Tints of Resolution Blue #21397F
RGB
CMYK
RGB Variations
Color information
#21397F (or 0x21397F) is known color: Resolution Blue. HEX triplet: 21, 39 and 7F. RGB value is (33,57,127). Sum of RGB (Red+Green+Blue) = 33+57+127=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #21397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21397F is #DEC680. Grayscale: #393939. Windows color (decimal): -14599809 or 8337697. OLE color: 8337697.
HSL color Cylindrical-coordinate representation of color #21397F: hue angle of 224.68º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21397F is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 57 | 127 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.50 |
| HSL | 224.68º | 0.59% | 0.31% | - |
| HSV(B) | 224.68º | 0.74% | 0.5% | - |
| XYZ | 5.92 | 4.78 | 20.69 | - |
| YUV | 57.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 57 | 127 | 0.74 | 0.55 | 0 | 0.50 | 224.68 | 0.59 | 0.31 |
| Hex | 21 | 39 | 7F | 4A | 37 | 0 | 32 | E1 | 3B | 1F |
| Octal | 41 | 71 | 177 | 112 | 67 | 0 | 62 | 341 | 73 | 37 |
| Binary | 100001 | 111001 | 1111111 | 1001010 | 110111 | 0 | 110010 | 11100001 | 111011 | 11111 |
Color Harmonies of #21397F
Complementary color
Monochromatic Colors of #21397F
Black with #21397F
Text Example
Text Example
White with #21397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21397F; }
p { color: rgb(33,57,127); }
H1.HeaderClassName
{
color: #21397F;
}
.AnyTagClassName
{
color: #21397F;
}
</style>
background-color css
<style>
a { background-color: #21397F; }
a { background-color: rgb(33,57,127); }
div.DivClassName
{
background-color: #21397F;
}
.BgClassName
{
background-color: #21397F;
}
</style>
border-color css
<style>
span { border-color: #21397F; }
span { border-color: rgb(33,57,127); }
td.TdClassName
{
border-color: #21397F;
}
.TagClassName
{
border-color: #21397F;
}
</style>