Shades of Bunting #25314C
Tints of Bunting #25314C
RGB
CMYK
RGB Variations
Color information
#25314C (or 0x25314C) is known color: Bunting. HEX triplet: 25, 31 and 4C. RGB value is (37,49,76). Sum of RGB (Red+Green+Blue) = 37+49+76=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 76 - color contains mainly: blue. Hex color #25314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25314C is #DACEB3. Grayscale: #303030. Windows color (decimal): -14339764 or 4993317. OLE color: 4993317.
HSL color Cylindrical-coordinate representation of color #25314C: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25314C is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 49 | 76 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.70 |
| HSL | 221.54º | 0.35% | 0.22% | - |
| HSV(B) | 221.54º | 0.51% | 0.3% | - |
| XYZ | 3.17 | 3.11 | 7.27 | - |
| YUV | 48.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 76 | 0.51 | 0.36 | 0 | 0.70 | 221.54 | 0.35 | 0.22 |
| Hex | 25 | 31 | 4C | 33 | 24 | 0 | 46 | DE | 23 | 16 |
| Octal | 45 | 61 | 114 | 63 | 44 | 0 | 106 | 336 | 43 | 26 |
| Binary | 100101 | 110001 | 1001100 | 110011 | 100100 | 0 | 1000110 | 11011110 | 100011 | 10110 |
Color Harmonies of #25314C
Complementary color
Monochromatic Colors of #25314C
Black with #25314C
Text Example
Text Example
White with #25314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25314C; }
p { color: rgb(37,49,76); }
H1.HeaderClassName
{
color: #25314C;
}
.AnyTagClassName
{
color: #25314C;
}
</style>
background-color css
<style>
a { background-color: #25314C; }
a { background-color: rgb(37,49,76); }
div.DivClassName
{
background-color: #25314C;
}
.BgClassName
{
background-color: #25314C;
}
</style>
border-color css
<style>
span { border-color: #25314C; }
span { border-color: rgb(37,49,76); }
td.TdClassName
{
border-color: #25314C;
}
.TagClassName
{
border-color: #25314C;
}
</style>