Shades of Resolution Blue #253C8B
Tints of Resolution Blue #253C8B
RGB
CMYK
RGB Variations
Color information
#253C8B (or 0x253C8B) is known color: Resolution Blue. HEX triplet: 25, 3C and 8B. RGB value is (37,60,139). Sum of RGB (Red+Green+Blue) = 37+60+139=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #253C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #253C8B is #DAC374. Grayscale: #3D3D3D. Windows color (decimal): -14336885 or 9124901. OLE color: 9124901.
HSL color Cylindrical-coordinate representation of color #253C8B: hue angle of 226.47º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #253C8B is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 60 | 139 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.45 |
| HSL | 226.47º | 0.58% | 0.35% | - |
| HSV(B) | 226.47º | 0.73% | 0.55% | - |
| XYZ | 7.04 | 5.49 | 25.11 | - |
| YUV | 62.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 139 | 0.73 | 0.57 | 0 | 0.45 | 226.47 | 0.58 | 0.35 |
| Hex | 25 | 3C | 8B | 49 | 39 | 0 | 2D | E2 | 3A | 23 |
| Octal | 45 | 74 | 213 | 111 | 71 | 0 | 55 | 342 | 72 | 43 |
| Binary | 100101 | 111100 | 10001011 | 1001001 | 111001 | 0 | 101101 | 11100010 | 111010 | 100011 |
Color Harmonies of #253C8B
Complementary color
Monochromatic Colors of #253C8B
Black with #253C8B
Text Example
Text Example
White with #253C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C8B; }
p { color: rgb(37,60,139); }
H1.HeaderClassName
{
color: #253C8B;
}
.AnyTagClassName
{
color: #253C8B;
}
</style>
background-color css
<style>
a { background-color: #253C8B; }
a { background-color: rgb(37,60,139); }
div.DivClassName
{
background-color: #253C8B;
}
.BgClassName
{
background-color: #253C8B;
}
</style>
border-color css
<style>
span { border-color: #253C8B; }
span { border-color: rgb(37,60,139); }
td.TdClassName
{
border-color: #253C8B;
}
.TagClassName
{
border-color: #253C8B;
}
</style>