Shades of Regal Blue #203952
Tints of Regal Blue #203952
RGB
CMYK
RGB Variations
Color information
#203952 (or 0x203952) is known color: Regal Blue. HEX triplet: 20, 39 and 52. RGB value is (32,57,82). Sum of RGB (Red+Green+Blue) = 32+57+82=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #203952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203952 is #DFC6AD. Grayscale: #343434. Windows color (decimal): -14665390 or 5388576. OLE color: 5388576.
HSL color Cylindrical-coordinate representation of color #203952: hue angle of 210º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #203952 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 57 | 82 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.68 |
| HSL | 210º | 0.44% | 0.22% | - |
| HSV(B) | 210º | 0.61% | 0.32% | - |
| XYZ | 3.58 | 3.84 | 8.54 | - |
| YUV | 52.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 57 | 82 | 0.61 | 0.30 | 0 | 0.68 | 210 | 0.44 | 0.22 |
| Hex | 20 | 39 | 52 | 3D | 1E | 0 | 44 | D2 | 2C | 16 |
| Octal | 40 | 71 | 122 | 75 | 36 | 0 | 104 | 322 | 54 | 26 |
| Binary | 100000 | 111001 | 1010010 | 111101 | 11110 | 0 | 1000100 | 11010010 | 101100 | 10110 |
Color Harmonies of #203952
Complementary color
Monochromatic Colors of #203952
Black with #203952
Text Example
Text Example
White with #203952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203952; }
p { color: rgb(32,57,82); }
H1.HeaderClassName
{
color: #203952;
}
.AnyTagClassName
{
color: #203952;
}
</style>
background-color css
<style>
a { background-color: #203952; }
a { background-color: rgb(32,57,82); }
div.DivClassName
{
background-color: #203952;
}
.BgClassName
{
background-color: #203952;
}
</style>
border-color css
<style>
span { border-color: #203952; }
span { border-color: rgb(32,57,82); }
td.TdClassName
{
border-color: #203952;
}
.TagClassName
{
border-color: #203952;
}
</style>