Shades of Resolution Blue #253470
Tints of Resolution Blue #253470
RGB
CMYK
RGB Variations
Color information
#253470 (or 0x253470) is known color: Resolution Blue. HEX triplet: 25, 34 and 70. RGB value is (37,52,112). Sum of RGB (Red+Green+Blue) = 37+52+112=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #253470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253470 is #DACB8F. Grayscale: #363636. Windows color (decimal): -14338960 or 7353381. OLE color: 7353381.
HSL color Cylindrical-coordinate representation of color #253470: hue angle of 228º degrees, saturation: 0.5, 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 #253470 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 52 | 112 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.56 |
| HSL | 228º | 0.5% | 0.29% | - |
| HSV(B) | 228º | 0.67% | 0.44% | - |
| XYZ | 4.92 | 4.02 | 15.85 | - |
| YUV | 54.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 112 | 0.67 | 0.54 | 0 | 0.56 | 228 | 0.5 | 0.29 |
| Hex | 25 | 34 | 70 | 43 | 36 | 0 | 38 | E4 | 32 | 1D |
| Octal | 45 | 64 | 160 | 103 | 66 | 0 | 70 | 344 | 62 | 35 |
| Binary | 100101 | 110100 | 1110000 | 1000011 | 110110 | 0 | 111000 | 11100100 | 110010 | 11101 |
Color Harmonies of #253470
Complementary color
Monochromatic Colors of #253470
Black with #253470
Text Example
Text Example
White with #253470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253470; }
p { color: rgb(37,52,112); }
H1.HeaderClassName
{
color: #253470;
}
.AnyTagClassName
{
color: #253470;
}
</style>
background-color css
<style>
a { background-color: #253470; }
a { background-color: rgb(37,52,112); }
div.DivClassName
{
background-color: #253470;
}
.BgClassName
{
background-color: #253470;
}
</style>
border-color css
<style>
span { border-color: #253470; }
span { border-color: rgb(37,52,112); }
td.TdClassName
{
border-color: #253470;
}
.TagClassName
{
border-color: #253470;
}
</style>