Shades of Bunting #253355
Tints of Bunting #253355
RGB
CMYK
RGB Variations
Color information
#253355 (or 0x253355) is known color: Bunting. HEX triplet: 25, 33 and 55. RGB value is (37,51,85). Sum of RGB (Red+Green+Blue) = 37+51+85=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #253355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253355 is #DACCAA. Grayscale: #323232. Windows color (decimal): -14339243 or 5583653. OLE color: 5583653.
HSL color Cylindrical-coordinate representation of color #253355: hue angle of 222.5º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253355 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 37 | 51 | 85 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.67 |
| HSL | 222.5º | 0.39% | 0.24% | - |
| HSV(B) | 222.5º | 0.56% | 0.33% | - |
| XYZ | 3.59 | 3.42 | 9.06 | - |
| YUV | 50.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 51 | 85 | 0.56 | 0.40 | 0 | 0.67 | 222.5 | 0.39 | 0.24 |
| Hex | 25 | 33 | 55 | 38 | 28 | 0 | 43 | DE | 27 | 18 |
| Octal | 45 | 63 | 125 | 70 | 50 | 0 | 103 | 336 | 47 | 30 |
| Binary | 100101 | 110011 | 1010101 | 111000 | 101000 | 0 | 1000011 | 11011110 | 100111 | 11000 |
Color Harmonies of #253355
Complementary color
Monochromatic Colors of #253355
Black with #253355
Text Example
Text Example
White with #253355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253355; }
p { color: rgb(37,51,85); }
H1.HeaderClassName
{
color: #253355;
}
.AnyTagClassName
{
color: #253355;
}
</style>
background-color css
<style>
a { background-color: #253355; }
a { background-color: rgb(37,51,85); }
div.DivClassName
{
background-color: #253355;
}
.BgClassName
{
background-color: #253355;
}
</style>
border-color css
<style>
span { border-color: #253355; }
span { border-color: rgb(37,51,85); }
td.TdClassName
{
border-color: #253355;
}
.TagClassName
{
border-color: #253355;
}
</style>