Shades of Bunting #2D364E
Tints of Bunting #2D364E
RGB
CMYK
RGB Variations
Color information
#2D364E (or 0x2D364E) is known color: Bunting. HEX triplet: 2D, 36 and 4E. RGB value is (45,54,78). Sum of RGB (Red+Green+Blue) = 45+54+78=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D364E is #D2C9B1. Grayscale: #353535. Windows color (decimal): -13814194 or 5125677. OLE color: 5125677.
HSL color Cylindrical-coordinate representation of color #2D364E: hue angle of 223.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D364E is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 45 | 54 | 78 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.69 |
| HSL | 223.64º | 0.27% | 0.24% | - |
| HSV(B) | 223.64º | 0.42% | 0.31% | - |
| XYZ | 3.78 | 3.75 | 7.73 | - |
| YUV | 54.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 78 | 0.42 | 0.31 | 0 | 0.69 | 223.64 | 0.27 | 0.24 |
| Hex | 2D | 36 | 4E | 2A | 1F | 0 | 45 | E0 | 1B | 18 |
| Octal | 55 | 66 | 116 | 52 | 37 | 0 | 105 | 340 | 33 | 30 |
| Binary | 101101 | 110110 | 1001110 | 101010 | 11111 | 0 | 1000101 | 11100000 | 11011 | 11000 |
Color Harmonies of #2D364E
Complementary color
Monochromatic Colors of #2D364E
Black with #2D364E
Text Example
Text Example
White with #2D364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D364E; }
p { color: rgb(45,54,78); }
H1.HeaderClassName
{
color: #2D364E;
}
.AnyTagClassName
{
color: #2D364E;
}
</style>
background-color css
<style>
a { background-color: #2D364E; }
a { background-color: rgb(45,54,78); }
div.DivClassName
{
background-color: #2D364E;
}
.BgClassName
{
background-color: #2D364E;
}
</style>
border-color css
<style>
span { border-color: #2D364E; }
span { border-color: rgb(45,54,78); }
td.TdClassName
{
border-color: #2D364E;
}
.TagClassName
{
border-color: #2D364E;
}
</style>