Shades of Bunting #25344B
Tints of Bunting #25344B
RGB
CMYK
RGB Variations
Color information
#25344B (or 0x25344B) is known color: Bunting. HEX triplet: 25, 34 and 4B. RGB value is (37,52,75). Sum of RGB (Red+Green+Blue) = 37+52+75=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #25344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25344B is #DACBB4. Grayscale: #323232. Windows color (decimal): -14338997 or 4928549. OLE color: 4928549.
HSL color Cylindrical-coordinate representation of color #25344B: hue angle of 216.32º 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 #25344B is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 52 | 75 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.71 |
| HSL | 216.32º | 0.34% | 0.22% | - |
| HSV(B) | 216.32º | 0.51% | 0.29% | - |
| XYZ | 3.26 | 3.36 | 7.13 | - |
| YUV | 50.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 75 | 0.51 | 0.31 | 0 | 0.71 | 216.32 | 0.34 | 0.22 |
| Hex | 25 | 34 | 4B | 33 | 1F | 0 | 47 | D8 | 22 | 16 |
| Octal | 45 | 64 | 113 | 63 | 37 | 0 | 107 | 330 | 42 | 26 |
| Binary | 100101 | 110100 | 1001011 | 110011 | 11111 | 0 | 1000111 | 11011000 | 100010 | 10110 |
Color Harmonies of #25344B
Complementary color
Monochromatic Colors of #25344B
Black with #25344B
Text Example
Text Example
White with #25344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25344B; }
p { color: rgb(37,52,75); }
H1.HeaderClassName
{
color: #25344B;
}
.AnyTagClassName
{
color: #25344B;
}
</style>
background-color css
<style>
a { background-color: #25344B; }
a { background-color: rgb(37,52,75); }
div.DivClassName
{
background-color: #25344B;
}
.BgClassName
{
background-color: #25344B;
}
</style>
border-color css
<style>
span { border-color: #25344B; }
span { border-color: rgb(37,52,75); }
td.TdClassName
{
border-color: #25344B;
}
.TagClassName
{
border-color: #25344B;
}
</style>