Shades of Bunting #25304B
Tints of Bunting #25304B
RGB
CMYK
RGB Variations
Color information
#25304B (or 0x25304B) is known color: Bunting. HEX triplet: 25, 30 and 4B. RGB value is (37,48,75). Sum of RGB (Red+Green+Blue) = 37+48+75=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 48 (19.14% from 255 or 30% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #25304B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25304B is #DACFB4. Grayscale: #2F2F2F. Windows color (decimal): -14340021 or 4927525. OLE color: 4927525.
HSL color Cylindrical-coordinate representation of color #25304B: hue angle of 222.63º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25304B is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 48 | 75 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.71 |
| HSL | 222.63º | 0.34% | 0.22% | - |
| HSV(B) | 222.63º | 0.51% | 0.29% | - |
| XYZ | 3.09 | 3.02 | 7.08 | - |
| YUV | 47.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 48 | 75 | 0.51 | 0.36 | 0 | 0.71 | 222.63 | 0.34 | 0.22 |
| Hex | 25 | 30 | 4B | 33 | 24 | 0 | 47 | DF | 22 | 16 |
| Octal | 45 | 60 | 113 | 63 | 44 | 0 | 107 | 337 | 42 | 26 |
| Binary | 100101 | 110000 | 1001011 | 110011 | 100100 | 0 | 1000111 | 11011111 | 100010 | 10110 |
Color Harmonies of #25304B
Complementary color
Monochromatic Colors of #25304B
Black with #25304B
Text Example
Text Example
White with #25304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25304B; }
p { color: rgb(37,48,75); }
H1.HeaderClassName
{
color: #25304B;
}
.AnyTagClassName
{
color: #25304B;
}
</style>
background-color css
<style>
a { background-color: #25304B; }
a { background-color: rgb(37,48,75); }
div.DivClassName
{
background-color: #25304B;
}
.BgClassName
{
background-color: #25304B;
}
</style>
border-color css
<style>
span { border-color: #25304B; }
span { border-color: rgb(37,48,75); }
td.TdClassName
{
border-color: #25304B;
}
.TagClassName
{
border-color: #25304B;
}
</style>