Shades of Resolution Blue #203672
Tints of Resolution Blue #203672
RGB
CMYK
RGB Variations
Color information
#203672 (or 0x203672) is known color: Resolution Blue. HEX triplet: 20, 36 and 72. RGB value is (32,54,114). Sum of RGB (Red+Green+Blue) = 32+54+114=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #203672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203672 is #DFC98D. Grayscale: #363636. Windows color (decimal): -14666126 or 7484960. OLE color: 7484960.
HSL color Cylindrical-coordinate representation of color #203672: hue angle of 223.9º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203672 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 54 | 114 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.55 |
| HSL | 223.9º | 0.56% | 0.29% | - |
| HSV(B) | 223.9º | 0.72% | 0.45% | - |
| XYZ | 4.95 | 4.16 | 16.46 | - |
| YUV | 54.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 114 | 0.72 | 0.53 | 0 | 0.55 | 223.9 | 0.56 | 0.29 |
| Hex | 20 | 36 | 72 | 48 | 35 | 0 | 37 | E0 | 38 | 1D |
| Octal | 40 | 66 | 162 | 110 | 65 | 0 | 67 | 340 | 70 | 35 |
| Binary | 100000 | 110110 | 1110010 | 1001000 | 110101 | 0 | 110111 | 11100000 | 111000 | 11101 |
Color Harmonies of #203672
Complementary color
Monochromatic Colors of #203672
Black with #203672
Text Example
Text Example
White with #203672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203672; }
p { color: rgb(32,54,114); }
H1.HeaderClassName
{
color: #203672;
}
.AnyTagClassName
{
color: #203672;
}
</style>
background-color css
<style>
a { background-color: #203672; }
a { background-color: rgb(32,54,114); }
div.DivClassName
{
background-color: #203672;
}
.BgClassName
{
background-color: #203672;
}
</style>
border-color css
<style>
span { border-color: #203672; }
span { border-color: rgb(32,54,114); }
td.TdClassName
{
border-color: #203672;
}
.TagClassName
{
border-color: #203672;
}
</style>