Shades of Bunting #25314A
Tints of Bunting #25314A
RGB
CMYK
RGB Variations
Color information
#25314A (or 0x25314A) is known color: Bunting. HEX triplet: 25, 31 and 4A. RGB value is (37,49,74). Sum of RGB (Red+Green+Blue) = 37+49+74=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #25314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25314A is #DACEB5. Grayscale: #303030. Windows color (decimal): -14339766 or 4862245. OLE color: 4862245.
HSL color Cylindrical-coordinate representation of color #25314A: hue angle of 220.54º 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 #25314A is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 49 | 74 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.71 |
| HSL | 220.54º | 0.33% | 0.22% | - |
| HSV(B) | 220.54º | 0.5% | 0.29% | - |
| XYZ | 3.1 | 3.08 | 6.91 | - |
| YUV | 48.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 74 | 0.50 | 0.34 | 0 | 0.71 | 220.54 | 0.33 | 0.22 |
| Hex | 25 | 31 | 4A | 32 | 22 | 0 | 47 | DD | 21 | 16 |
| Octal | 45 | 61 | 112 | 62 | 42 | 0 | 107 | 335 | 41 | 26 |
| Binary | 100101 | 110001 | 1001010 | 110010 | 100010 | 0 | 1000111 | 11011101 | 100001 | 10110 |
Color Harmonies of #25314A
Complementary color
Monochromatic Colors of #25314A
Black with #25314A
Text Example
Text Example
White with #25314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25314A; }
p { color: rgb(37,49,74); }
H1.HeaderClassName
{
color: #25314A;
}
.AnyTagClassName
{
color: #25314A;
}
</style>
background-color css
<style>
a { background-color: #25314A; }
a { background-color: rgb(37,49,74); }
div.DivClassName
{
background-color: #25314A;
}
.BgClassName
{
background-color: #25314A;
}
</style>
border-color css
<style>
span { border-color: #25314A; }
span { border-color: rgb(37,49,74); }
td.TdClassName
{
border-color: #25314A;
}
.TagClassName
{
border-color: #25314A;
}
</style>