Shades of Bunting #25344F
Tints of Bunting #25344F
RGB
CMYK
RGB Variations
Color information
#25344F (or 0x25344F) is known color: Bunting. HEX triplet: 25, 34 and 4F. RGB value is (37,52,79). Sum of RGB (Red+Green+Blue) = 37+52+79=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #25344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25344F is #DACBB0. Grayscale: #323232. Windows color (decimal): -14338993 or 5190693. OLE color: 5190693.
HSL color Cylindrical-coordinate representation of color #25344F: hue angle of 218.57º 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 #25344F is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 37 | 52 | 79 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.69 |
| HSL | 218.57º | 0.36% | 0.23% | - |
| HSV(B) | 218.57º | 0.53% | 0.31% | - |
| XYZ | 3.4 | 3.41 | 7.88 | - |
| YUV | 50.59 | 144.03 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 79 | 0.53 | 0.34 | 0 | 0.69 | 218.57 | 0.36 | 0.23 |
| Hex | 25 | 34 | 4F | 35 | 22 | 0 | 45 | DB | 24 | 17 |
| Octal | 45 | 64 | 117 | 65 | 42 | 0 | 105 | 333 | 44 | 27 |
| Binary | 100101 | 110100 | 1001111 | 110101 | 100010 | 0 | 1000101 | 11011011 | 100100 | 10111 |
Color Harmonies of #25344F
Complementary color
Monochromatic Colors of #25344F
Black with #25344F
Text Example
Text Example
White with #25344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25344F; }
p { color: rgb(37,52,79); }
H1.HeaderClassName
{
color: #25344F;
}
.AnyTagClassName
{
color: #25344F;
}
</style>
background-color css
<style>
a { background-color: #25344F; }
a { background-color: rgb(37,52,79); }
div.DivClassName
{
background-color: #25344F;
}
.BgClassName
{
background-color: #25344F;
}
</style>
border-color css
<style>
span { border-color: #25344F; }
span { border-color: rgb(37,52,79); }
td.TdClassName
{
border-color: #25344F;
}
.TagClassName
{
border-color: #25344F;
}
</style>