Shades of Resolution Blue #254276
Tints of Resolution Blue #254276
RGB
CMYK
RGB Variations
Color information
#254276 (or 0x254276) is known color: Resolution Blue. HEX triplet: 25, 42 and 76. RGB value is (37,66,118). Sum of RGB (Red+Green+Blue) = 37+66+118=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #254276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254276 is #DABD89. Grayscale: #3F3F3F. Windows color (decimal): -14335370 or 7750181. OLE color: 7750181.
HSL color Cylindrical-coordinate representation of color #254276: hue angle of 218.52º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254276 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 66 | 118 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.54 |
| HSL | 218.52º | 0.52% | 0.3% | - |
| HSV(B) | 218.52º | 0.69% | 0.46% | - |
| XYZ | 5.98 | 5.6 | 17.9 | - |
| YUV | 63.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 118 | 0.69 | 0.44 | 0 | 0.54 | 218.52 | 0.52 | 0.3 |
| Hex | 25 | 42 | 76 | 45 | 2C | 0 | 36 | DB | 34 | 1E |
| Octal | 45 | 102 | 166 | 105 | 54 | 0 | 66 | 333 | 64 | 36 |
| Binary | 100101 | 1000010 | 1110110 | 1000101 | 101100 | 0 | 110110 | 11011011 | 110100 | 11110 |
Color Harmonies of #254276
Complementary color
Monochromatic Colors of #254276
Black with #254276
Text Example
Text Example
White with #254276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254276; }
p { color: rgb(37,66,118); }
H1.HeaderClassName
{
color: #254276;
}
.AnyTagClassName
{
color: #254276;
}
</style>
background-color css
<style>
a { background-color: #254276; }
a { background-color: rgb(37,66,118); }
div.DivClassName
{
background-color: #254276;
}
.BgClassName
{
background-color: #254276;
}
</style>
border-color css
<style>
span { border-color: #254276; }
span { border-color: rgb(37,66,118); }
td.TdClassName
{
border-color: #254276;
}
.TagClassName
{
border-color: #254276;
}
</style>