Shades of Resolution Blue #254176
Tints of Resolution Blue #254176
RGB
CMYK
RGB Variations
Color information
#254176 (or 0x254176) is known color: Resolution Blue. HEX triplet: 25, 41 and 76. RGB value is (37,65,118). Sum of RGB (Red+Green+Blue) = 37+65+118=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #254176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254176 is #DABE89. Grayscale: #3E3E3E. Windows color (decimal): -14335626 or 7749925. OLE color: 7749925.
HSL color Cylindrical-coordinate representation of color #254176: hue angle of 219.26º 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 #254176 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 65 | 118 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.54 |
| HSL | 219.26º | 0.52% | 0.3% | - |
| HSV(B) | 219.26º | 0.69% | 0.46% | - |
| XYZ | 5.92 | 5.48 | 17.89 | - |
| YUV | 62.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 118 | 0.69 | 0.45 | 0 | 0.54 | 219.26 | 0.52 | 0.3 |
| Hex | 25 | 41 | 76 | 45 | 2D | 0 | 36 | DB | 34 | 1E |
| Octal | 45 | 101 | 166 | 105 | 55 | 0 | 66 | 333 | 64 | 36 |
| Binary | 100101 | 1000001 | 1110110 | 1000101 | 101101 | 0 | 110110 | 11011011 | 110100 | 11110 |
Color Harmonies of #254176
Complementary color
Monochromatic Colors of #254176
Black with #254176
Text Example
Text Example
White with #254176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254176; }
p { color: rgb(37,65,118); }
H1.HeaderClassName
{
color: #254176;
}
.AnyTagClassName
{
color: #254176;
}
</style>
background-color css
<style>
a { background-color: #254176; }
a { background-color: rgb(37,65,118); }
div.DivClassName
{
background-color: #254176;
}
.BgClassName
{
background-color: #254176;
}
</style>
border-color css
<style>
span { border-color: #254176; }
span { border-color: rgb(37,65,118); }
td.TdClassName
{
border-color: #254176;
}
.TagClassName
{
border-color: #254176;
}
</style>