Shades of Bunting #252F4D
Tints of Bunting #252F4D
RGB
CMYK
RGB Variations
Color information
#252F4D (or 0x252F4D) is known color: Bunting. HEX triplet: 25, 2F and 4D. RGB value is (37,47,77). Sum of RGB (Red+Green+Blue) = 37+47+77=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 77 - color contains mainly: blue. Hex color #252F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F4D is #DAD0B2. Grayscale: #2F2F2F. Windows color (decimal): -14340275 or 5058341. OLE color: 5058341.
HSL color Cylindrical-coordinate representation of color #252F4D: hue angle of 225º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #252F4D is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 37 | 47 | 77 | - |
| CMYK | 0.52 | 0.39 | 0 | 0.70 |
| HSL | 225º | 0.35% | 0.22% | - |
| HSV(B) | 225º | 0.52% | 0.3% | - |
| XYZ | 3.12 | 2.96 | 7.43 | - |
| YUV | 47.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 47 | 77 | 0.52 | 0.39 | 0 | 0.70 | 225 | 0.35 | 0.22 |
| Hex | 25 | 2F | 4D | 34 | 27 | 0 | 46 | E1 | 23 | 16 |
| Octal | 45 | 57 | 115 | 64 | 47 | 0 | 106 | 341 | 43 | 26 |
| Binary | 100101 | 101111 | 1001101 | 110100 | 100111 | 0 | 1000110 | 11100001 | 100011 | 10110 |
Color Harmonies of #252F4D
Complementary color
Monochromatic Colors of #252F4D
Black with #252F4D
Text Example
Text Example
White with #252F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252F4D; }
p { color: rgb(37,47,77); }
H1.HeaderClassName
{
color: #252F4D;
}
.AnyTagClassName
{
color: #252F4D;
}
</style>
background-color css
<style>
a { background-color: #252F4D; }
a { background-color: rgb(37,47,77); }
div.DivClassName
{
background-color: #252F4D;
}
.BgClassName
{
background-color: #252F4D;
}
</style>
border-color css
<style>
span { border-color: #252F4D; }
span { border-color: rgb(37,47,77); }
td.TdClassName
{
border-color: #252F4D;
}
.TagClassName
{
border-color: #252F4D;
}
</style>