Shades of Bunting #28344B
Tints of Bunting #28344B
RGB
CMYK
RGB Variations
Color information
#28344B (or 0x28344B) is known color: Bunting. HEX triplet: 28, 34 and 4B. RGB value is (40,52,75). Sum of RGB (Red+Green+Blue) = 40+52+75=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #28344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28344B is #D7CBB4. Grayscale: #323232. Windows color (decimal): -14142389 or 4928552. OLE color: 4928552.
HSL color Cylindrical-coordinate representation of color #28344B: hue angle of 219.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28344B is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 52 | 75 | - |
| CMYK | 0.47 | 0.31 | 0 | 0.71 |
| HSL | 219.43º | 0.3% | 0.23% | - |
| HSV(B) | 219.43º | 0.47% | 0.29% | - |
| XYZ | 3.37 | 3.42 | 7.14 | - |
| YUV | 51.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 75 | 0.47 | 0.31 | 0 | 0.71 | 219.43 | 0.3 | 0.23 |
| Hex | 28 | 34 | 4B | 2F | 1F | 0 | 47 | DB | 1E | 17 |
| Octal | 50 | 64 | 113 | 57 | 37 | 0 | 107 | 333 | 36 | 27 |
| Binary | 101000 | 110100 | 1001011 | 101111 | 11111 | 0 | 1000111 | 11011011 | 11110 | 10111 |
Color Harmonies of #28344B
Complementary color
Monochromatic Colors of #28344B
Black with #28344B
Text Example
Text Example
White with #28344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28344B; }
p { color: rgb(40,52,75); }
H1.HeaderClassName
{
color: #28344B;
}
.AnyTagClassName
{
color: #28344B;
}
</style>
background-color css
<style>
a { background-color: #28344B; }
a { background-color: rgb(40,52,75); }
div.DivClassName
{
background-color: #28344B;
}
.BgClassName
{
background-color: #28344B;
}
</style>
border-color css
<style>
span { border-color: #28344B; }
span { border-color: rgb(40,52,75); }
td.TdClassName
{
border-color: #28344B;
}
.TagClassName
{
border-color: #28344B;
}
</style>