Shades of Resolution Blue #253C84
Tints of Resolution Blue #253C84
RGB
CMYK
RGB Variations
Color information
#253C84 (or 0x253C84) is known color: Resolution Blue. HEX triplet: 25, 3C and 84. RGB value is (37,60,132). Sum of RGB (Red+Green+Blue) = 37+60+132=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #253C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C84 is #DAC37B. Grayscale: #3D3D3D. Windows color (decimal): -14336892 or 8666149. OLE color: 8666149.
HSL color Cylindrical-coordinate representation of color #253C84: hue angle of 225.47º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #253C84 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 60 | 132 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.48 |
| HSL | 225.47º | 0.56% | 0.33% | - |
| HSV(B) | 225.47º | 0.72% | 0.52% | - |
| XYZ | 6.54 | 5.29 | 22.51 | - |
| YUV | 61.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 132 | 0.72 | 0.55 | 0 | 0.48 | 225.47 | 0.56 | 0.33 |
| Hex | 25 | 3C | 84 | 48 | 37 | 0 | 30 | E1 | 38 | 21 |
| Octal | 45 | 74 | 204 | 110 | 67 | 0 | 60 | 341 | 70 | 41 |
| Binary | 100101 | 111100 | 10000100 | 1001000 | 110111 | 0 | 110000 | 11100001 | 111000 | 100001 |
Color Harmonies of #253C84
Complementary color
Monochromatic Colors of #253C84
Black with #253C84
Text Example
Text Example
White with #253C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C84; }
p { color: rgb(37,60,132); }
H1.HeaderClassName
{
color: #253C84;
}
.AnyTagClassName
{
color: #253C84;
}
</style>
background-color css
<style>
a { background-color: #253C84; }
a { background-color: rgb(37,60,132); }
div.DivClassName
{
background-color: #253C84;
}
.BgClassName
{
background-color: #253C84;
}
</style>
border-color css
<style>
span { border-color: #253C84; }
span { border-color: rgb(37,60,132); }
td.TdClassName
{
border-color: #253C84;
}
.TagClassName
{
border-color: #253C84;
}
</style>