Shades of Bunting #25304A
Tints of Bunting #25304A
RGB
CMYK
RGB Variations
Color information
#25304A (or 0x25304A) is known color: Bunting. HEX triplet: 25, 30 and 4A. RGB value is (37,48,74). Sum of RGB (Red+Green+Blue) = 37+48+74=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 74 (29.30% from 255 or 46.54% from 159); Max value from RGB is 74 - color contains mainly: blue. Hex color #25304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25304A is #DACFB5. Grayscale: #2F2F2F. Windows color (decimal): -14340022 or 4861989. OLE color: 4861989.
HSL color Cylindrical-coordinate representation of color #25304A: hue angle of 222.16º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25304A is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 48 | 74 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.71 |
| HSL | 222.16º | 0.33% | 0.22% | - |
| HSV(B) | 222.16º | 0.5% | 0.29% | - |
| XYZ | 3.06 | 3 | 6.9 | - |
| YUV | 47.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 74 | 0.50 | 0.35 | 0 | 0.71 | 222.16 | 0.33 | 0.22 |
| Hex | 25 | 30 | 4A | 32 | 23 | 0 | 47 | DE | 21 | 16 |
| Octal | 45 | 60 | 112 | 62 | 43 | 0 | 107 | 336 | 41 | 26 |
| Binary | 100101 | 110000 | 1001010 | 110010 | 100011 | 0 | 1000111 | 11011110 | 100001 | 10110 |
Color Harmonies of #25304A
Complementary color
Monochromatic Colors of #25304A
Black with #25304A
Text Example
Text Example
White with #25304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25304A; }
p { color: rgb(37,48,74); }
H1.HeaderClassName
{
color: #25304A;
}
.AnyTagClassName
{
color: #25304A;
}
</style>
background-color css
<style>
a { background-color: #25304A; }
a { background-color: rgb(37,48,74); }
div.DivClassName
{
background-color: #25304A;
}
.BgClassName
{
background-color: #25304A;
}
</style>
border-color css
<style>
span { border-color: #25304A; }
span { border-color: rgb(37,48,74); }
td.TdClassName
{
border-color: #25304A;
}
.TagClassName
{
border-color: #25304A;
}
</style>