Shades of Resolution Blue #254072
Tints of Resolution Blue #254072
RGB
CMYK
RGB Variations
Color information
#254072 (or 0x254072) is known color: Resolution Blue. HEX triplet: 25, 40 and 72. RGB value is (37,64,114). Sum of RGB (Red+Green+Blue) = 37+64+114=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #254072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254072 is #DABF8D. Grayscale: #3D3D3D. Windows color (decimal): -14335886 or 7487525. OLE color: 7487525.
HSL color Cylindrical-coordinate representation of color #254072: hue angle of 218.96º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254072 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 64 | 114 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.55 |
| HSL | 218.96º | 0.51% | 0.3% | - |
| HSV(B) | 218.96º | 0.68% | 0.45% | - |
| XYZ | 5.63 | 5.28 | 16.64 | - |
| YUV | 61.63 | 157.55 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 114 | 0.68 | 0.44 | 0 | 0.55 | 218.96 | 0.51 | 0.3 |
| Hex | 25 | 40 | 72 | 44 | 2C | 0 | 37 | DB | 33 | 1E |
| Octal | 45 | 100 | 162 | 104 | 54 | 0 | 67 | 333 | 63 | 36 |
| Binary | 100101 | 1000000 | 1110010 | 1000100 | 101100 | 0 | 110111 | 11011011 | 110011 | 11110 |
Color Harmonies of #254072
Complementary color
Monochromatic Colors of #254072
Black with #254072
Text Example
Text Example
White with #254072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254072; }
p { color: rgb(37,64,114); }
H1.HeaderClassName
{
color: #254072;
}
.AnyTagClassName
{
color: #254072;
}
</style>
background-color css
<style>
a { background-color: #254072; }
a { background-color: rgb(37,64,114); }
div.DivClassName
{
background-color: #254072;
}
.BgClassName
{
background-color: #254072;
}
</style>
border-color css
<style>
span { border-color: #254072; }
span { border-color: rgb(37,64,114); }
td.TdClassName
{
border-color: #254072;
}
.TagClassName
{
border-color: #254072;
}
</style>