Shades of Resolution Blue #254471
Tints of Resolution Blue #254471
RGB
CMYK
RGB Variations
Color information
#254471 (or 0x254471) is known color: Resolution Blue. HEX triplet: 25, 44 and 71. RGB value is (37,68,113). Sum of RGB (Red+Green+Blue) = 37+68+113=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #254471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254471 is #DABB8E. Grayscale: #3F3F3F. Windows color (decimal): -14334863 or 7423013. OLE color: 7423013.
HSL color Cylindrical-coordinate representation of color #254471: hue angle of 215.53º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254471 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 68 | 113 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.56 |
| HSL | 215.53º | 0.51% | 0.29% | - |
| HSV(B) | 215.53º | 0.67% | 0.44% | - |
| XYZ | 5.81 | 5.72 | 16.42 | - |
| YUV | 63.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 68 | 113 | 0.67 | 0.40 | 0 | 0.56 | 215.53 | 0.51 | 0.29 |
| Hex | 25 | 44 | 71 | 43 | 28 | 0 | 38 | D8 | 33 | 1D |
| Octal | 45 | 104 | 161 | 103 | 50 | 0 | 70 | 330 | 63 | 35 |
| Binary | 100101 | 1000100 | 1110001 | 1000011 | 101000 | 0 | 111000 | 11011000 | 110011 | 11101 |
Color Harmonies of #254471
Complementary color
Monochromatic Colors of #254471
Black with #254471
Text Example
Text Example
White with #254471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254471; }
p { color: rgb(37,68,113); }
H1.HeaderClassName
{
color: #254471;
}
.AnyTagClassName
{
color: #254471;
}
</style>
background-color css
<style>
a { background-color: #254471; }
a { background-color: rgb(37,68,113); }
div.DivClassName
{
background-color: #254471;
}
.BgClassName
{
background-color: #254471;
}
</style>
border-color css
<style>
span { border-color: #254471; }
span { border-color: rgb(37,68,113); }
td.TdClassName
{
border-color: #254471;
}
.TagClassName
{
border-color: #254471;
}
</style>