Shades of Resolution Blue #254273
Tints of Resolution Blue #254273
RGB
CMYK
RGB Variations
Color information
#254273 (or 0x254273) is known color: Resolution Blue. HEX triplet: 25, 42 and 73. RGB value is (37,66,115). Sum of RGB (Red+Green+Blue) = 37+66+115=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #254273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254273 is #DABD8C. Grayscale: #3E3E3E. Windows color (decimal): -14335373 or 7553573. OLE color: 7553573.
HSL color Cylindrical-coordinate representation of color #254273: hue angle of 217.69º 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 #254273 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 66 | 115 | - |
| CMYK | 0.68 | 0.43 | 0 | 0.55 |
| HSL | 217.69º | 0.51% | 0.3% | - |
| HSV(B) | 217.69º | 0.68% | 0.45% | - |
| XYZ | 5.81 | 5.53 | 16.98 | - |
| YUV | 62.92 | 157.39 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 115 | 0.68 | 0.43 | 0 | 0.55 | 217.69 | 0.51 | 0.3 |
| Hex | 25 | 42 | 73 | 44 | 2B | 0 | 37 | DA | 33 | 1E |
| Octal | 45 | 102 | 163 | 104 | 53 | 0 | 67 | 332 | 63 | 36 |
| Binary | 100101 | 1000010 | 1110011 | 1000100 | 101011 | 0 | 110111 | 11011010 | 110011 | 11110 |
Color Harmonies of #254273
Complementary color
Monochromatic Colors of #254273
Black with #254273
Text Example
Text Example
White with #254273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254273; }
p { color: rgb(37,66,115); }
H1.HeaderClassName
{
color: #254273;
}
.AnyTagClassName
{
color: #254273;
}
</style>
background-color css
<style>
a { background-color: #254273; }
a { background-color: rgb(37,66,115); }
div.DivClassName
{
background-color: #254273;
}
.BgClassName
{
background-color: #254273;
}
</style>
border-color css
<style>
span { border-color: #254273; }
span { border-color: rgb(37,66,115); }
td.TdClassName
{
border-color: #254273;
}
.TagClassName
{
border-color: #254273;
}
</style>