Shades of Resolution Blue #203A7B
Tints of Resolution Blue #203A7B
RGB
CMYK
RGB Variations
Color information
#203A7B (or 0x203A7B) is known color: Resolution Blue. HEX triplet: 20, 3A and 7B. RGB value is (32,58,123). Sum of RGB (Red+Green+Blue) = 32+58+123=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #203A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A7B is #DFC584. Grayscale: #393939. Windows color (decimal): -14665093 or 8075808. OLE color: 8075808.
HSL color Cylindrical-coordinate representation of color #203A7B: hue angle of 222.86º 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 #203A7B is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 58 | 123 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.52 |
| HSL | 222.86º | 0.59% | 0.3% | - |
| HSV(B) | 222.86º | 0.74% | 0.48% | - |
| XYZ | 5.68 | 4.76 | 19.36 | - |
| YUV | 57.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 123 | 0.74 | 0.53 | 0 | 0.52 | 222.86 | 0.59 | 0.3 |
| Hex | 20 | 3A | 7B | 4A | 35 | 0 | 34 | DF | 3B | 1E |
| Octal | 40 | 72 | 173 | 112 | 65 | 0 | 64 | 337 | 73 | 36 |
| Binary | 100000 | 111010 | 1111011 | 1001010 | 110101 | 0 | 110100 | 11011111 | 111011 | 11110 |
Color Harmonies of #203A7B
Complementary color
Monochromatic Colors of #203A7B
Black with #203A7B
Text Example
Text Example
White with #203A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A7B; }
p { color: rgb(32,58,123); }
H1.HeaderClassName
{
color: #203A7B;
}
.AnyTagClassName
{
color: #203A7B;
}
</style>
background-color css
<style>
a { background-color: #203A7B; }
a { background-color: rgb(32,58,123); }
div.DivClassName
{
background-color: #203A7B;
}
.BgClassName
{
background-color: #203A7B;
}
</style>
border-color css
<style>
span { border-color: #203A7B; }
span { border-color: rgb(32,58,123); }
td.TdClassName
{
border-color: #203A7B;
}
.TagClassName
{
border-color: #203A7B;
}
</style>