Shades of Bunting #27304A
Tints of Bunting #27304A
RGB
CMYK
RGB Variations
Color information
#27304A (or 0x27304A) is known color: Bunting. HEX triplet: 27, 30 and 4A. RGB value is (39,48,74). Sum of RGB (Red+Green+Blue) = 39+48+74=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #27304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27304A is #D8CFB5. Grayscale: #303030. Windows color (decimal): -14208950 or 4861991. OLE color: 4861991.
HSL color Cylindrical-coordinate representation of color #27304A: hue angle of 224.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27304A is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 48 | 74 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.71 |
| HSL | 224.57º | 0.31% | 0.22% | - |
| HSV(B) | 224.57º | 0.47% | 0.29% | - |
| XYZ | 3.13 | 3.04 | 6.9 | - |
| YUV | 48.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 48 | 74 | 0.47 | 0.35 | 0 | 0.71 | 224.57 | 0.31 | 0.22 |
| Hex | 27 | 30 | 4A | 2F | 23 | 0 | 47 | E1 | 1F | 16 |
| Octal | 47 | 60 | 112 | 57 | 43 | 0 | 107 | 341 | 37 | 26 |
| Binary | 100111 | 110000 | 1001010 | 101111 | 100011 | 0 | 1000111 | 11100001 | 11111 | 10110 |
Color Harmonies of #27304A
Complementary color
Monochromatic Colors of #27304A
Black with #27304A
Text Example
Text Example
White with #27304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27304A; }
p { color: rgb(39,48,74); }
H1.HeaderClassName
{
color: #27304A;
}
.AnyTagClassName
{
color: #27304A;
}
</style>
background-color css
<style>
a { background-color: #27304A; }
a { background-color: rgb(39,48,74); }
div.DivClassName
{
background-color: #27304A;
}
.BgClassName
{
background-color: #27304A;
}
</style>
border-color css
<style>
span { border-color: #27304A; }
span { border-color: rgb(39,48,74); }
td.TdClassName
{
border-color: #27304A;
}
.TagClassName
{
border-color: #27304A;
}
</style>