Shades of Bunting #252F4E
Tints of Bunting #252F4E
RGB
CMYK
RGB Variations
Color information
#252F4E (or 0x252F4E) is known color: Bunting. HEX triplet: 25, 2F and 4E. RGB value is (37,47,78). Sum of RGB (Red+Green+Blue) = 37+47+78=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #252F4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F4E is #DAD0B1. Grayscale: #2F2F2F. Windows color (decimal): -14340274 or 5123877. OLE color: 5123877.
HSL color Cylindrical-coordinate representation of color #252F4E: hue angle of 225.37º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252F4E is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 47 | 78 | - |
| CMYK | 0.53 | 0.40 | 0 | 0.69 |
| HSL | 225.37º | 0.36% | 0.23% | - |
| HSV(B) | 225.37º | 0.53% | 0.31% | - |
| XYZ | 3.15 | 2.98 | 7.62 | - |
| YUV | 47.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 78 | 0.53 | 0.40 | 0 | 0.69 | 225.37 | 0.36 | 0.23 |
| Hex | 25 | 2F | 4E | 35 | 28 | 0 | 45 | E1 | 24 | 17 |
| Octal | 45 | 57 | 116 | 65 | 50 | 0 | 105 | 341 | 44 | 27 |
| Binary | 100101 | 101111 | 1001110 | 110101 | 101000 | 0 | 1000101 | 11100001 | 100100 | 10111 |
Color Harmonies of #252F4E
Complementary color
Monochromatic Colors of #252F4E
Black with #252F4E
Text Example
Text Example
White with #252F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F4E; }
p { color: rgb(37,47,78); }
H1.HeaderClassName
{
color: #252F4E;
}
.AnyTagClassName
{
color: #252F4E;
}
</style>
background-color css
<style>
a { background-color: #252F4E; }
a { background-color: rgb(37,47,78); }
div.DivClassName
{
background-color: #252F4E;
}
.BgClassName
{
background-color: #252F4E;
}
</style>
border-color css
<style>
span { border-color: #252F4E; }
span { border-color: rgb(37,47,78); }
td.TdClassName
{
border-color: #252F4E;
}
.TagClassName
{
border-color: #252F4E;
}
</style>