Shades of Regal Blue #1D344E
Tints of Regal Blue #1D344E
RGB
CMYK
RGB Variations
Color information
#1D344E (or 0x1D344E) is known color: Regal Blue. HEX triplet: 1D, 34 and 4E. RGB value is (29,52,78). Sum of RGB (Red+Green+Blue) = 29+52+78=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #1D344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D344E is #E2CBB1. Grayscale: #2F2F2F. Windows color (decimal): -14863282 or 5125149. OLE color: 5125149.
HSL color Cylindrical-coordinate representation of color #1D344E: hue angle of 211.84º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D344E is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 52 | 78 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.69 |
| HSL | 211.84º | 0.46% | 0.21% | - |
| HSV(B) | 211.84º | 0.63% | 0.31% | - |
| XYZ | 3.11 | 3.27 | 7.67 | - |
| YUV | 48.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 78 | 0.63 | 0.33 | 0 | 0.69 | 211.84 | 0.46 | 0.21 |
| Hex | 1D | 34 | 4E | 3F | 21 | 0 | 45 | D4 | 2E | 15 |
| Octal | 35 | 64 | 116 | 77 | 41 | 0 | 105 | 324 | 56 | 25 |
| Binary | 11101 | 110100 | 1001110 | 111111 | 100001 | 0 | 1000101 | 11010100 | 101110 | 10101 |
Color Harmonies of #1D344E
Complementary color
Monochromatic Colors of #1D344E
Black with #1D344E
Text Example
Text Example
White with #1D344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D344E; }
p { color: rgb(29,52,78); }
H1.HeaderClassName
{
color: #1D344E;
}
.AnyTagClassName
{
color: #1D344E;
}
</style>
background-color css
<style>
a { background-color: #1D344E; }
a { background-color: rgb(29,52,78); }
div.DivClassName
{
background-color: #1D344E;
}
.BgClassName
{
background-color: #1D344E;
}
</style>
border-color css
<style>
span { border-color: #1D344E; }
span { border-color: rgb(29,52,78); }
td.TdClassName
{
border-color: #1D344E;
}
.TagClassName
{
border-color: #1D344E;
}
</style>