Shades of Resolution Blue #253D7C
Tints of Resolution Blue #253D7C
RGB
CMYK
RGB Variations
Color information
#253D7C (or 0x253D7C) is known color: Resolution Blue. HEX triplet: 25, 3D and 7C. RGB value is (37,61,124). Sum of RGB (Red+Green+Blue) = 37+61+124=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 124 (48.83% from 255 or 55.86% from 222); Max value from RGB is 124 - color contains mainly: blue. Hex color #253D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D7C is #DAC283. Grayscale: #3C3C3C. Windows color (decimal): -14336644 or 8142117. OLE color: 8142117.
HSL color Cylindrical-coordinate representation of color #253D7C: hue angle of 223.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253D7C is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 61 | 124 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.51 |
| HSL | 223.45º | 0.54% | 0.32% | - |
| HSV(B) | 223.45º | 0.7% | 0.49% | - |
| XYZ | 6.07 | 5.19 | 19.75 | - |
| YUV | 61.01 | 163.55 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 124 | 0.70 | 0.51 | 0 | 0.51 | 223.45 | 0.54 | 0.32 |
| Hex | 25 | 3D | 7C | 46 | 33 | 0 | 33 | DF | 36 | 20 |
| Octal | 45 | 75 | 174 | 106 | 63 | 0 | 63 | 337 | 66 | 40 |
| Binary | 100101 | 111101 | 1111100 | 1000110 | 110011 | 0 | 110011 | 11011111 | 110110 | 100000 |
Color Harmonies of #253D7C
Complementary color
Monochromatic Colors of #253D7C
Black with #253D7C
Text Example
Text Example
White with #253D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D7C; }
p { color: rgb(37,61,124); }
H1.HeaderClassName
{
color: #253D7C;
}
.AnyTagClassName
{
color: #253D7C;
}
</style>
background-color css
<style>
a { background-color: #253D7C; }
a { background-color: rgb(37,61,124); }
div.DivClassName
{
background-color: #253D7C;
}
.BgClassName
{
background-color: #253D7C;
}
</style>
border-color css
<style>
span { border-color: #253D7C; }
span { border-color: rgb(37,61,124); }
td.TdClassName
{
border-color: #253D7C;
}
.TagClassName
{
border-color: #253D7C;
}
</style>