Shades of Resolution Blue #254071
Tints of Resolution Blue #254071
RGB
CMYK
RGB Variations
Color information
#254071 (or 0x254071) is known color: Resolution Blue. HEX triplet: 25, 40 and 71. RGB value is (37,64,113). Sum of RGB (Red+Green+Blue) = 37+64+113=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #254071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254071 is #DABF8E. Grayscale: #3D3D3D. Windows color (decimal): -14335887 or 7421989. OLE color: 7421989.
HSL color Cylindrical-coordinate representation of color #254071: hue angle of 218.68º 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 #254071 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 64 | 113 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.56 |
| HSL | 218.68º | 0.51% | 0.29% | - |
| HSV(B) | 218.68º | 0.67% | 0.44% | - |
| XYZ | 5.58 | 5.25 | 16.34 | - |
| YUV | 61.51 | 157.05 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 113 | 0.67 | 0.43 | 0 | 0.56 | 218.68 | 0.51 | 0.29 |
| Hex | 25 | 40 | 71 | 43 | 2B | 0 | 38 | DB | 33 | 1D |
| Octal | 45 | 100 | 161 | 103 | 53 | 0 | 70 | 333 | 63 | 35 |
| Binary | 100101 | 1000000 | 1110001 | 1000011 | 101011 | 0 | 111000 | 11011011 | 110011 | 11101 |
Color Harmonies of #254071
Complementary color
Monochromatic Colors of #254071
Black with #254071
Text Example
Text Example
White with #254071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254071; }
p { color: rgb(37,64,113); }
H1.HeaderClassName
{
color: #254071;
}
.AnyTagClassName
{
color: #254071;
}
</style>
background-color css
<style>
a { background-color: #254071; }
a { background-color: rgb(37,64,113); }
div.DivClassName
{
background-color: #254071;
}
.BgClassName
{
background-color: #254071;
}
</style>
border-color css
<style>
span { border-color: #254071; }
span { border-color: rgb(37,64,113); }
td.TdClassName
{
border-color: #254071;
}
.TagClassName
{
border-color: #254071;
}
</style>