Shades of Bunting #1D304F
Tints of Bunting #1D304F
RGB
CMYK
RGB Variations
Color information
#1D304F (or 0x1D304F) is known color: Bunting. HEX triplet: 1D, 30 and 4F. RGB value is (29,48,79). Sum of RGB (Red+Green+Blue) = 29+48+79=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D304F is #E2CFB0. Grayscale: #2D2D2D. Windows color (decimal): -14864305 or 5189661. OLE color: 5189661.
HSL color Cylindrical-coordinate representation of color #1D304F: hue angle of 217.2º 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 #1D304F is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 48 | 79 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.69 |
| HSL | 217.2º | 0.46% | 0.21% | - |
| HSV(B) | 217.2º | 0.63% | 0.31% | - |
| XYZ | 2.97 | 2.94 | 7.81 | - |
| YUV | 45.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 79 | 0.63 | 0.39 | 0 | 0.69 | 217.2 | 0.46 | 0.21 |
| Hex | 1D | 30 | 4F | 3F | 27 | 0 | 45 | D9 | 2E | 15 |
| Octal | 35 | 60 | 117 | 77 | 47 | 0 | 105 | 331 | 56 | 25 |
| Binary | 11101 | 110000 | 1001111 | 111111 | 100111 | 0 | 1000101 | 11011001 | 101110 | 10101 |
Color Harmonies of #1D304F
Complementary color
Monochromatic Colors of #1D304F
Black with #1D304F
Text Example
Text Example
White with #1D304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D304F; }
p { color: rgb(29,48,79); }
H1.HeaderClassName
{
color: #1D304F;
}
.AnyTagClassName
{
color: #1D304F;
}
</style>
background-color css
<style>
a { background-color: #1D304F; }
a { background-color: rgb(29,48,79); }
div.DivClassName
{
background-color: #1D304F;
}
.BgClassName
{
background-color: #1D304F;
}
</style>
border-color css
<style>
span { border-color: #1D304F; }
span { border-color: rgb(29,48,79); }
td.TdClassName
{
border-color: #1D304F;
}
.TagClassName
{
border-color: #1D304F;
}
</style>