Shades of Regal Blue #1D3C52
Tints of Regal Blue #1D3C52
RGB
CMYK
RGB Variations
Color information
#1D3C52 (or 0x1D3C52) is known color: Regal Blue. HEX triplet: 1D, 3C and 52. RGB value is (29,60,82). Sum of RGB (Red+Green+Blue) = 29+60+82=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 60 (23.83% from 255 or 35.09% 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 #1D3C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3C52 is #E2C3AD. Grayscale: #353535. Windows color (decimal): -14861230 or 5389341. OLE color: 5389341.
HSL color Cylindrical-coordinate representation of color #1D3C52: hue angle of 204.91º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3C52 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 60 | 82 | - |
| CMYK | 0.65 | 0.27 | 0 | 0.68 |
| HSL | 204.91º | 0.48% | 0.22% | - |
| HSV(B) | 204.91º | 0.65% | 0.32% | - |
| XYZ | 3.65 | 4.1 | 8.58 | - |
| YUV | 53.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 82 | 0.65 | 0.27 | 0 | 0.68 | 204.91 | 0.48 | 0.22 |
| Hex | 1D | 3C | 52 | 41 | 1B | 0 | 44 | CD | 30 | 16 |
| Octal | 35 | 74 | 122 | 101 | 33 | 0 | 104 | 315 | 60 | 26 |
| Binary | 11101 | 111100 | 1010010 | 1000001 | 11011 | 0 | 1000100 | 11001101 | 110000 | 10110 |
Color Harmonies of #1D3C52
Complementary color
Monochromatic Colors of #1D3C52
Black with #1D3C52
Text Example
Text Example
White with #1D3C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C52; }
p { color: rgb(29,60,82); }
H1.HeaderClassName
{
color: #1D3C52;
}
.AnyTagClassName
{
color: #1D3C52;
}
</style>
background-color css
<style>
a { background-color: #1D3C52; }
a { background-color: rgb(29,60,82); }
div.DivClassName
{
background-color: #1D3C52;
}
.BgClassName
{
background-color: #1D3C52;
}
</style>
border-color css
<style>
span { border-color: #1D3C52; }
span { border-color: rgb(29,60,82); }
td.TdClassName
{
border-color: #1D3C52;
}
.TagClassName
{
border-color: #1D3C52;
}
</style>