Shades of Resolution Blue #21387F
Tints of Resolution Blue #21387F
RGB
CMYK
RGB Variations
Color information
#21387F (or 0x21387F) is known color: Resolution Blue. HEX triplet: 21, 38 and 7F. RGB value is (33,56,127). Sum of RGB (Red+Green+Blue) = 33+56+127=216 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.28% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #21387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21387F is #DEC780. Grayscale: #383838. Windows color (decimal): -14600065 or 8337441. OLE color: 8337441.
HSL color Cylindrical-coordinate representation of color #21387F: hue angle of 225.32º 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 #21387F is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 56 | 127 | - |
| CMYK | 0.74 | 0.56 | 0 | 0.50 |
| HSL | 225.32º | 0.59% | 0.31% | - |
| HSV(B) | 225.32º | 0.74% | 0.5% | - |
| XYZ | 5.87 | 4.68 | 20.67 | - |
| YUV | 57.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 127 | 0.74 | 0.56 | 0 | 0.50 | 225.32 | 0.59 | 0.31 |
| Hex | 21 | 38 | 7F | 4A | 38 | 0 | 32 | E1 | 3B | 1F |
| Octal | 41 | 70 | 177 | 112 | 70 | 0 | 62 | 341 | 73 | 37 |
| Binary | 100001 | 111000 | 1111111 | 1001010 | 111000 | 0 | 110010 | 11100001 | 111011 | 11111 |
Color Harmonies of #21387F
Complementary color
Monochromatic Colors of #21387F
Black with #21387F
Text Example
Text Example
White with #21387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21387F; }
p { color: rgb(33,56,127); }
H1.HeaderClassName
{
color: #21387F;
}
.AnyTagClassName
{
color: #21387F;
}
</style>
background-color css
<style>
a { background-color: #21387F; }
a { background-color: rgb(33,56,127); }
div.DivClassName
{
background-color: #21387F;
}
.BgClassName
{
background-color: #21387F;
}
</style>
border-color css
<style>
span { border-color: #21387F; }
span { border-color: rgb(33,56,127); }
td.TdClassName
{
border-color: #21387F;
}
.TagClassName
{
border-color: #21387F;
}
</style>