Shades of Resolution Blue #253475
Tints of Resolution Blue #253475
RGB
CMYK
RGB Variations
Color information
#253475 (or 0x253475) is known color: Resolution Blue. HEX triplet: 25, 34 and 75. RGB value is (37,52,117). Sum of RGB (Red+Green+Blue) = 37+52+117=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #253475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253475 is #DACB8A. Grayscale: #363636. Windows color (decimal): -14338955 or 7681061. OLE color: 7681061.
HSL color Cylindrical-coordinate representation of color #253475: hue angle of 228.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #253475 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 52 | 117 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.54 |
| HSL | 228.75º | 0.52% | 0.3% | - |
| HSV(B) | 228.75º | 0.68% | 0.46% | - |
| XYZ | 5.2 | 4.13 | 17.35 | - |
| YUV | 54.93 | 163.03 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 52 | 117 | 0.68 | 0.56 | 0 | 0.54 | 228.75 | 0.52 | 0.3 |
| Hex | 25 | 34 | 75 | 44 | 38 | 0 | 36 | E5 | 34 | 1E |
| Octal | 45 | 64 | 165 | 104 | 70 | 0 | 66 | 345 | 64 | 36 |
| Binary | 100101 | 110100 | 1110101 | 1000100 | 111000 | 0 | 110110 | 11100101 | 110100 | 11110 |
Color Harmonies of #253475
Complementary color
Monochromatic Colors of #253475
Black with #253475
Text Example
Text Example
White with #253475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253475; }
p { color: rgb(37,52,117); }
H1.HeaderClassName
{
color: #253475;
}
.AnyTagClassName
{
color: #253475;
}
</style>
background-color css
<style>
a { background-color: #253475; }
a { background-color: rgb(37,52,117); }
div.DivClassName
{
background-color: #253475;
}
.BgClassName
{
background-color: #253475;
}
</style>
border-color css
<style>
span { border-color: #253475; }
span { border-color: rgb(37,52,117); }
td.TdClassName
{
border-color: #253475;
}
.TagClassName
{
border-color: #253475;
}
</style>