Shades of Bunting #34384D
Tints of Bunting #34384D
RGB
CMYK
RGB Variations
Color information
#34384D (or 0x34384D) is known color: Bunting. HEX triplet: 34, 38 and 4D. RGB value is (52,56,77). Sum of RGB (Red+Green+Blue) = 52+56+77=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #34384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34384D is #CBC7B2. Grayscale: #393939. Windows color (decimal): -13354931 or 5060660. OLE color: 5060660.
HSL color Cylindrical-coordinate representation of color #34384D: hue angle of 230.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34384D is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 56 | 77 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.70 |
| HSL | 230.4º | 0.19% | 0.25% | - |
| HSV(B) | 230.4º | 0.32% | 0.3% | - |
| XYZ | 4.17 | 4.09 | 7.59 | - |
| YUV | 57.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 77 | 0.32 | 0.27 | 0 | 0.70 | 230.4 | 0.19 | 0.25 |
| Hex | 34 | 38 | 4D | 20 | 1B | 0 | 46 | E6 | 13 | 19 |
| Octal | 64 | 70 | 115 | 40 | 33 | 0 | 106 | 346 | 23 | 31 |
| Binary | 110100 | 111000 | 1001101 | 100000 | 11011 | 0 | 1000110 | 11100110 | 10011 | 11001 |
Color Harmonies of #34384D
Complementary color
Monochromatic Colors of #34384D
Black with #34384D
Text Example
Text Example
White with #34384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34384D; }
p { color: rgb(52,56,77); }
H1.HeaderClassName
{
color: #34384D;
}
.AnyTagClassName
{
color: #34384D;
}
</style>
background-color css
<style>
a { background-color: #34384D; }
a { background-color: rgb(52,56,77); }
div.DivClassName
{
background-color: #34384D;
}
.BgClassName
{
background-color: #34384D;
}
</style>
border-color css
<style>
span { border-color: #34384D; }
span { border-color: rgb(52,56,77); }
td.TdClassName
{
border-color: #34384D;
}
.TagClassName
{
border-color: #34384D;
}
</style>