Shades of Resolution Blue #203374
Tints of Resolution Blue #203374
RGB
CMYK
RGB Variations
Color information
#203374 (or 0x203374) is known color: Resolution Blue. HEX triplet: 20, 33 and 74. RGB value is (32,51,116). Sum of RGB (Red+Green+Blue) = 32+51+116=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #203374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203374 is #DFCC8B. Grayscale: #343434. Windows color (decimal): -14666892 or 7615264. OLE color: 7615264.
HSL color Cylindrical-coordinate representation of color #203374: hue angle of 226.43º degrees, saturation: 0.57, 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 #203374 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 51 | 116 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.55 |
| HSL | 226.43º | 0.57% | 0.29% | - |
| HSV(B) | 226.43º | 0.72% | 0.45% | - |
| XYZ | 4.93 | 3.94 | 17.02 | - |
| YUV | 52.73 | 163.71 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 116 | 0.72 | 0.56 | 0 | 0.55 | 226.43 | 0.57 | 0.29 |
| Hex | 20 | 33 | 74 | 48 | 38 | 0 | 37 | E2 | 39 | 1D |
| Octal | 40 | 63 | 164 | 110 | 70 | 0 | 67 | 342 | 71 | 35 |
| Binary | 100000 | 110011 | 1110100 | 1001000 | 111000 | 0 | 110111 | 11100010 | 111001 | 11101 |
Color Harmonies of #203374
Complementary color
Monochromatic Colors of #203374
Black with #203374
Text Example
Text Example
White with #203374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203374; }
p { color: rgb(32,51,116); }
H1.HeaderClassName
{
color: #203374;
}
.AnyTagClassName
{
color: #203374;
}
</style>
background-color css
<style>
a { background-color: #203374; }
a { background-color: rgb(32,51,116); }
div.DivClassName
{
background-color: #203374;
}
.BgClassName
{
background-color: #203374;
}
</style>
border-color css
<style>
span { border-color: #203374; }
span { border-color: rgb(32,51,116); }
td.TdClassName
{
border-color: #203374;
}
.TagClassName
{
border-color: #203374;
}
</style>