Shades of Resolution Blue #253C75
Tints of Resolution Blue #253C75
RGB
CMYK
RGB Variations
Color information
#253C75 (or 0x253C75) is known color: Resolution Blue. HEX triplet: 25, 3C and 75. RGB value is (37,60,117). Sum of RGB (Red+Green+Blue) = 37+60+117=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #253C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C75 is #DAC38A. Grayscale: #3B3B3B. Windows color (decimal): -14336907 or 7683109. OLE color: 7683109.
HSL color Cylindrical-coordinate representation of color #253C75: hue angle of 222.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 #253C75 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 60 | 117 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.54 |
| HSL | 222.75º | 0.52% | 0.3% | - |
| HSV(B) | 222.75º | 0.68% | 0.46% | - |
| XYZ | 5.59 | 4.91 | 17.48 | - |
| YUV | 59.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 117 | 0.68 | 0.49 | 0 | 0.54 | 222.75 | 0.52 | 0.3 |
| Hex | 25 | 3C | 75 | 44 | 31 | 0 | 36 | DF | 34 | 1E |
| Octal | 45 | 74 | 165 | 104 | 61 | 0 | 66 | 337 | 64 | 36 |
| Binary | 100101 | 111100 | 1110101 | 1000100 | 110001 | 0 | 110110 | 11011111 | 110100 | 11110 |
Color Harmonies of #253C75
Complementary color
Monochromatic Colors of #253C75
Black with #253C75
Text Example
Text Example
White with #253C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C75; }
p { color: rgb(37,60,117); }
H1.HeaderClassName
{
color: #253C75;
}
.AnyTagClassName
{
color: #253C75;
}
</style>
background-color css
<style>
a { background-color: #253C75; }
a { background-color: rgb(37,60,117); }
div.DivClassName
{
background-color: #253C75;
}
.BgClassName
{
background-color: #253C75;
}
</style>
border-color css
<style>
span { border-color: #253C75; }
span { border-color: rgb(37,60,117); }
td.TdClassName
{
border-color: #253C75;
}
.TagClassName
{
border-color: #253C75;
}
</style>