Shades of Resolution Blue #253276
Tints of Resolution Blue #253276
RGB
CMYK
RGB Variations
Color information
#253276 (or 0x253276) is known color: Resolution Blue. HEX triplet: 25, 32 and 76. RGB value is (37,50,118). Sum of RGB (Red+Green+Blue) = 37+50+118=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #253276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253276 is #DACD89. Grayscale: #353535. Windows color (decimal): -14339466 or 7746085. OLE color: 7746085.
HSL color Cylindrical-coordinate representation of color #253276: hue angle of 230.37º 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 #253276 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 50 | 118 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.54 |
| HSL | 230.37º | 0.52% | 0.3% | - |
| HSV(B) | 230.37º | 0.69% | 0.46% | - |
| XYZ | 5.17 | 3.98 | 17.64 | - |
| YUV | 53.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 118 | 0.69 | 0.58 | 0 | 0.54 | 230.37 | 0.52 | 0.3 |
| Hex | 25 | 32 | 76 | 45 | 3A | 0 | 36 | E6 | 34 | 1E |
| Octal | 45 | 62 | 166 | 105 | 72 | 0 | 66 | 346 | 64 | 36 |
| Binary | 100101 | 110010 | 1110110 | 1000101 | 111010 | 0 | 110110 | 11100110 | 110100 | 11110 |
Color Harmonies of #253276
Complementary color
Monochromatic Colors of #253276
Black with #253276
Text Example
Text Example
White with #253276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253276; }
p { color: rgb(37,50,118); }
H1.HeaderClassName
{
color: #253276;
}
.AnyTagClassName
{
color: #253276;
}
</style>
background-color css
<style>
a { background-color: #253276; }
a { background-color: rgb(37,50,118); }
div.DivClassName
{
background-color: #253276;
}
.BgClassName
{
background-color: #253276;
}
</style>
border-color css
<style>
span { border-color: #253276; }
span { border-color: rgb(37,50,118); }
td.TdClassName
{
border-color: #253276;
}
.TagClassName
{
border-color: #253276;
}
</style>