Shades of Bunting #2D354B
Tints of Bunting #2D354B
RGB
CMYK
RGB Variations
Color information
#2D354B (or 0x2D354B) is known color: Bunting. HEX triplet: 2D, 35 and 4B. RGB value is (45,53,75). Sum of RGB (Red+Green+Blue) = 45+53+75=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #2D354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D354B is #D2CAB4. Grayscale: #353535. Windows color (decimal): -13814453 or 4928813. OLE color: 4928813.
HSL color Cylindrical-coordinate representation of color #2D354B: hue angle of 224º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D354B is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 53 | 75 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.71 |
| HSL | 224º | 0.25% | 0.24% | - |
| HSV(B) | 224º | 0.4% | 0.29% | - |
| XYZ | 3.63 | 3.61 | 7.16 | - |
| YUV | 53.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 75 | 0.40 | 0.29 | 0 | 0.71 | 224 | 0.25 | 0.24 |
| Hex | 2D | 35 | 4B | 28 | 1D | 0 | 47 | E0 | 19 | 18 |
| Octal | 55 | 65 | 113 | 50 | 35 | 0 | 107 | 340 | 31 | 30 |
| Binary | 101101 | 110101 | 1001011 | 101000 | 11101 | 0 | 1000111 | 11100000 | 11001 | 11000 |
Color Harmonies of #2D354B
Complementary color
Monochromatic Colors of #2D354B
Black with #2D354B
Text Example
Text Example
White with #2D354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D354B; }
p { color: rgb(45,53,75); }
H1.HeaderClassName
{
color: #2D354B;
}
.AnyTagClassName
{
color: #2D354B;
}
</style>
background-color css
<style>
a { background-color: #2D354B; }
a { background-color: rgb(45,53,75); }
div.DivClassName
{
background-color: #2D354B;
}
.BgClassName
{
background-color: #2D354B;
}
</style>
border-color css
<style>
span { border-color: #2D354B; }
span { border-color: rgb(45,53,75); }
td.TdClassName
{
border-color: #2D354B;
}
.TagClassName
{
border-color: #2D354B;
}
</style>