Shades of Bunting #25334A
Tints of Bunting #25334A
RGB
CMYK
RGB Variations
Color information
#25334A (or 0x25334A) is known color: Bunting. HEX triplet: 25, 33 and 4A. RGB value is (37,51,74). Sum of RGB (Red+Green+Blue) = 37+51+74=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 74 (29.30% from 255 or 45.68% from 162); Max value from RGB is 74 - color contains mainly: blue. Hex color #25334A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25334A is #DACCB5. Grayscale: #313131. Windows color (decimal): -14339254 or 4862757. OLE color: 4862757.
HSL color Cylindrical-coordinate representation of color #25334A: hue angle of 217.3º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25334A is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 37 | 51 | 74 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.71 |
| HSL | 217.3º | 0.33% | 0.22% | - |
| HSV(B) | 217.3º | 0.5% | 0.29% | - |
| XYZ | 3.18 | 3.26 | 6.94 | - |
| YUV | 49.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 74 | 0.50 | 0.31 | 0 | 0.71 | 217.3 | 0.33 | 0.22 |
| Hex | 25 | 33 | 4A | 32 | 1F | 0 | 47 | D9 | 21 | 16 |
| Octal | 45 | 63 | 112 | 62 | 37 | 0 | 107 | 331 | 41 | 26 |
| Binary | 100101 | 110011 | 1001010 | 110010 | 11111 | 0 | 1000111 | 11011001 | 100001 | 10110 |
Color Harmonies of #25334A
Complementary color
Monochromatic Colors of #25334A
Black with #25334A
Text Example
Text Example
White with #25334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25334A; }
p { color: rgb(37,51,74); }
H1.HeaderClassName
{
color: #25334A;
}
.AnyTagClassName
{
color: #25334A;
}
</style>
background-color css
<style>
a { background-color: #25334A; }
a { background-color: rgb(37,51,74); }
div.DivClassName
{
background-color: #25334A;
}
.BgClassName
{
background-color: #25334A;
}
</style>
border-color css
<style>
span { border-color: #25334A; }
span { border-color: rgb(37,51,74); }
td.TdClassName
{
border-color: #25334A;
}
.TagClassName
{
border-color: #25334A;
}
</style>