Shades of Bunting #2D354A
Tints of Bunting #2D354A
RGB
CMYK
RGB Variations
Color information
#2D354A (or 0x2D354A) is known color: Bunting. HEX triplet: 2D, 35 and 4A. RGB value is (45,53,74). Sum of RGB (Red+Green+Blue) = 45+53+74=172 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.16% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D354A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D354A is #D2CAB5. Grayscale: #343434. Windows color (decimal): -13814454 or 4863277. OLE color: 4863277.
HSL color Cylindrical-coordinate representation of color #2D354A: hue angle of 223.45º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D354A is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 53 | 74 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.71 |
| HSL | 223.45º | 0.24% | 0.23% | - |
| HSV(B) | 223.45º | 0.39% | 0.29% | - |
| XYZ | 3.59 | 3.6 | 6.98 | - |
| YUV | 53 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 74 | 0.39 | 0.28 | 0 | 0.71 | 223.45 | 0.24 | 0.23 |
| Hex | 2D | 35 | 4A | 27 | 1C | 0 | 47 | DF | 18 | 17 |
| Octal | 55 | 65 | 112 | 47 | 34 | 0 | 107 | 337 | 30 | 27 |
| Binary | 101101 | 110101 | 1001010 | 100111 | 11100 | 0 | 1000111 | 11011111 | 11000 | 10111 |
Color Harmonies of #2D354A
Complementary color
Monochromatic Colors of #2D354A
Black with #2D354A
Text Example
Text Example
White with #2D354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D354A; }
p { color: rgb(45,53,74); }
H1.HeaderClassName
{
color: #2D354A;
}
.AnyTagClassName
{
color: #2D354A;
}
</style>
background-color css
<style>
a { background-color: #2D354A; }
a { background-color: rgb(45,53,74); }
div.DivClassName
{
background-color: #2D354A;
}
.BgClassName
{
background-color: #2D354A;
}
</style>
border-color css
<style>
span { border-color: #2D354A; }
span { border-color: rgb(45,53,74); }
td.TdClassName
{
border-color: #2D354A;
}
.TagClassName
{
border-color: #2D354A;
}
</style>