Shades of Egyptian Blue #1D349D
Tints of Egyptian Blue #1D349D
RGB
CMYK
RGB Variations
Color information
#1D349D (or 0x1D349D) is known color: Egyptian Blue. HEX triplet: 1D, 34 and 9D. RGB value is (29,52,157). Sum of RGB (Red+Green+Blue) = 29+52+157=238 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.18% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D349D is #E2CB62. Grayscale: #383838. Windows color (decimal): -14863203 or 10302493. OLE color: 10302493.
HSL color Cylindrical-coordinate representation of color #1D349D: hue angle of 229.22º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D349D is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 52 | 157 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.38 |
| HSL | 229.22º | 0.69% | 0.36% | - |
| HSV(B) | 229.22º | 0.82% | 0.62% | - |
| XYZ | 7.82 | 5.15 | 32.48 | - |
| YUV | 57.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 157 | 0.82 | 0.67 | 0 | 0.38 | 229.22 | 0.69 | 0.36 |
| Hex | 1D | 34 | 9D | 52 | 43 | 0 | 26 | E5 | 45 | 24 |
| Octal | 35 | 64 | 235 | 122 | 103 | 0 | 46 | 345 | 105 | 44 |
| Binary | 11101 | 110100 | 10011101 | 1010010 | 1000011 | 0 | 100110 | 11100101 | 1000101 | 100100 |
Color Harmonies of #1D349D
Complementary color
Monochromatic Colors of #1D349D
Black with #1D349D
Text Example
Text Example
White with #1D349D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D349D; }
p { color: rgb(29,52,157); }
H1.HeaderClassName
{
color: #1D349D;
}
.AnyTagClassName
{
color: #1D349D;
}
</style>
background-color css
<style>
a { background-color: #1D349D; }
a { background-color: rgb(29,52,157); }
div.DivClassName
{
background-color: #1D349D;
}
.BgClassName
{
background-color: #1D349D;
}
</style>
border-color css
<style>
span { border-color: #1D349D; }
span { border-color: rgb(29,52,157); }
td.TdClassName
{
border-color: #1D349D;
}
.TagClassName
{
border-color: #1D349D;
}
</style>