Shades of Resolution Blue #203B7B
Tints of Resolution Blue #203B7B
RGB
CMYK
RGB Variations
Color information
#203B7B (or 0x203B7B) is known color: Resolution Blue. HEX triplet: 20, 3B and 7B. RGB value is (32,59,123). Sum of RGB (Red+Green+Blue) = 32+59+123=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #203B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B7B is #DFC484. Grayscale: #393939. Windows color (decimal): -14664837 or 8076064. OLE color: 8076064.
HSL color Cylindrical-coordinate representation of color #203B7B: hue angle of 222.2º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #203B7B is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 59 | 123 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.52 |
| HSL | 222.2º | 0.59% | 0.3% | - |
| HSV(B) | 222.2º | 0.74% | 0.48% | - |
| XYZ | 5.73 | 4.87 | 19.38 | - |
| YUV | 58.22 | 164.55 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 123 | 0.74 | 0.52 | 0 | 0.52 | 222.2 | 0.59 | 0.3 |
| Hex | 20 | 3B | 7B | 4A | 34 | 0 | 34 | DE | 3B | 1E |
| Octal | 40 | 73 | 173 | 112 | 64 | 0 | 64 | 336 | 73 | 36 |
| Binary | 100000 | 111011 | 1111011 | 1001010 | 110100 | 0 | 110100 | 11011110 | 111011 | 11110 |
Color Harmonies of #203B7B
Complementary color
Monochromatic Colors of #203B7B
Black with #203B7B
Text Example
Text Example
White with #203B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B7B; }
p { color: rgb(32,59,123); }
H1.HeaderClassName
{
color: #203B7B;
}
.AnyTagClassName
{
color: #203B7B;
}
</style>
background-color css
<style>
a { background-color: #203B7B; }
a { background-color: rgb(32,59,123); }
div.DivClassName
{
background-color: #203B7B;
}
.BgClassName
{
background-color: #203B7B;
}
</style>
border-color css
<style>
span { border-color: #203B7B; }
span { border-color: rgb(32,59,123); }
td.TdClassName
{
border-color: #203B7B;
}
.TagClassName
{
border-color: #203B7B;
}
</style>