Shades of Resolution Blue #20307C
Tints of Resolution Blue #20307C
RGB
CMYK
RGB Variations
Color information
#20307C (or 0x20307C) is known color: Resolution Blue. HEX triplet: 20, 30 and 7C. RGB value is (32,48,124). Sum of RGB (Red+Green+Blue) = 32+48+124=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 124 (48.83% from 255 or 60.78% from 204); Max value from RGB is 124 - color contains mainly: blue. Hex color #20307C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20307C is #DFCF83. Grayscale: #333333. Windows color (decimal): -14667652 or 8138784. OLE color: 8138784.
HSL color Cylindrical-coordinate representation of color #20307C: hue angle of 229.57º degrees, saturation: 0.59, 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 #20307C is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 48 | 124 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.51 |
| HSL | 229.57º | 0.59% | 0.31% | - |
| HSV(B) | 229.57º | 0.74% | 0.49% | - |
| XYZ | 5.29 | 3.88 | 19.54 | - |
| YUV | 51.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 124 | 0.74 | 0.61 | 0 | 0.51 | 229.57 | 0.59 | 0.31 |
| Hex | 20 | 30 | 7C | 4A | 3D | 0 | 33 | E6 | 3B | 1F |
| Octal | 40 | 60 | 174 | 112 | 75 | 0 | 63 | 346 | 73 | 37 |
| Binary | 100000 | 110000 | 1111100 | 1001010 | 111101 | 0 | 110011 | 11100110 | 111011 | 11111 |
Color Harmonies of #20307C
Complementary color
Monochromatic Colors of #20307C
Black with #20307C
Text Example
Text Example
White with #20307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20307C; }
p { color: rgb(32,48,124); }
H1.HeaderClassName
{
color: #20307C;
}
.AnyTagClassName
{
color: #20307C;
}
</style>
background-color css
<style>
a { background-color: #20307C; }
a { background-color: rgb(32,48,124); }
div.DivClassName
{
background-color: #20307C;
}
.BgClassName
{
background-color: #20307C;
}
</style>
border-color css
<style>
span { border-color: #20307C; }
span { border-color: rgb(32,48,124); }
td.TdClassName
{
border-color: #20307C;
}
.TagClassName
{
border-color: #20307C;
}
</style>