Shades of Bunting #25324B
Tints of Bunting #25324B
RGB
CMYK
RGB Variations
Color information
#25324B (or 0x25324B) is known color: Bunting. HEX triplet: 25, 32 and 4B. RGB value is (37,50,75). Sum of RGB (Red+Green+Blue) = 37+50+75=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 75 - color contains mainly: blue. Hex color #25324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25324B is #DACDB4. Grayscale: #303030. Windows color (decimal): -14339509 or 4928037. OLE color: 4928037.
HSL color Cylindrical-coordinate representation of color #25324B: hue angle of 219.47º 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 #25324B is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 50 | 75 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.71 |
| HSL | 219.47º | 0.34% | 0.22% | - |
| HSV(B) | 219.47º | 0.51% | 0.29% | - |
| XYZ | 3.17 | 3.18 | 7.1 | - |
| YUV | 48.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 75 | 0.51 | 0.33 | 0 | 0.71 | 219.47 | 0.34 | 0.22 |
| Hex | 25 | 32 | 4B | 33 | 21 | 0 | 47 | DB | 22 | 16 |
| Octal | 45 | 62 | 113 | 63 | 41 | 0 | 107 | 333 | 42 | 26 |
| Binary | 100101 | 110010 | 1001011 | 110011 | 100001 | 0 | 1000111 | 11011011 | 100010 | 10110 |
Color Harmonies of #25324B
Complementary color
Monochromatic Colors of #25324B
Black with #25324B
Text Example
Text Example
White with #25324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25324B; }
p { color: rgb(37,50,75); }
H1.HeaderClassName
{
color: #25324B;
}
.AnyTagClassName
{
color: #25324B;
}
</style>
background-color css
<style>
a { background-color: #25324B; }
a { background-color: rgb(37,50,75); }
div.DivClassName
{
background-color: #25324B;
}
.BgClassName
{
background-color: #25324B;
}
</style>
border-color css
<style>
span { border-color: #25324B; }
span { border-color: rgb(37,50,75); }
td.TdClassName
{
border-color: #25324B;
}
.TagClassName
{
border-color: #25324B;
}
</style>