Shades of Bunting #1F324D
Tints of Bunting #1F324D
RGB
CMYK
RGB Variations
Color information
#1F324D (or 0x1F324D) is known color: Bunting. HEX triplet: 1F, 32 and 4D. RGB value is (31,50,77). Sum of RGB (Red+Green+Blue) = 31+50+77=158 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.62% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #1F324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F324D is #E0CDB2. Grayscale: #2F2F2F. Windows color (decimal): -14732723 or 5059103. OLE color: 5059103.
HSL color Cylindrical-coordinate representation of color #1F324D: hue angle of 215.22º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1F324D is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 31 | 50 | 77 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.70 |
| HSL | 215.22º | 0.43% | 0.21% | - |
| HSV(B) | 215.22º | 0.6% | 0.3% | - |
| XYZ | 3.05 | 3.11 | 7.46 | - |
| YUV | 47.4 | 144.71 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 77 | 0.60 | 0.35 | 0 | 0.70 | 215.22 | 0.43 | 0.21 |
| Hex | 1F | 32 | 4D | 3C | 23 | 0 | 46 | D7 | 2B | 15 |
| Octal | 37 | 62 | 115 | 74 | 43 | 0 | 106 | 327 | 53 | 25 |
| Binary | 11111 | 110010 | 1001101 | 111100 | 100011 | 0 | 1000110 | 11010111 | 101011 | 10101 |
Color Harmonies of #1F324D
Complementary color
Monochromatic Colors of #1F324D
Black with #1F324D
Text Example
Text Example
White with #1F324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F324D; }
p { color: rgb(31,50,77); }
H1.HeaderClassName
{
color: #1F324D;
}
.AnyTagClassName
{
color: #1F324D;
}
</style>
background-color css
<style>
a { background-color: #1F324D; }
a { background-color: rgb(31,50,77); }
div.DivClassName
{
background-color: #1F324D;
}
.BgClassName
{
background-color: #1F324D;
}
</style>
border-color css
<style>
span { border-color: #1F324D; }
span { border-color: rgb(31,50,77); }
td.TdClassName
{
border-color: #1F324D;
}
.TagClassName
{
border-color: #1F324D;
}
</style>