Shades of Resolution Blue #253E7D
Tints of Resolution Blue #253E7D
RGB
CMYK
RGB Variations
Color information
#253E7D (or 0x253E7D) is known color: Resolution Blue. HEX triplet: 25, 3E and 7D. RGB value is (37,62,125). Sum of RGB (Red+Green+Blue) = 37+62+125=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #253E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E7D is #DAC182. Grayscale: #3D3D3D. Windows color (decimal): -14336387 or 8207909. OLE color: 8207909.
HSL color Cylindrical-coordinate representation of color #253E7D: hue angle of 222.95º 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 #253E7D is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 62 | 125 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.51 |
| HSL | 222.95º | 0.54% | 0.32% | - |
| HSV(B) | 222.95º | 0.7% | 0.49% | - |
| XYZ | 6.19 | 5.32 | 20.1 | - |
| YUV | 61.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 125 | 0.70 | 0.50 | 0 | 0.51 | 222.95 | 0.54 | 0.32 |
| Hex | 25 | 3E | 7D | 46 | 32 | 0 | 33 | DF | 36 | 20 |
| Octal | 45 | 76 | 175 | 106 | 62 | 0 | 63 | 337 | 66 | 40 |
| Binary | 100101 | 111110 | 1111101 | 1000110 | 110010 | 0 | 110011 | 11011111 | 110110 | 100000 |
Color Harmonies of #253E7D
Complementary color
Monochromatic Colors of #253E7D
Black with #253E7D
Text Example
Text Example
White with #253E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E7D; }
p { color: rgb(37,62,125); }
H1.HeaderClassName
{
color: #253E7D;
}
.AnyTagClassName
{
color: #253E7D;
}
</style>
background-color css
<style>
a { background-color: #253E7D; }
a { background-color: rgb(37,62,125); }
div.DivClassName
{
background-color: #253E7D;
}
.BgClassName
{
background-color: #253E7D;
}
</style>
border-color css
<style>
span { border-color: #253E7D; }
span { border-color: rgb(37,62,125); }
td.TdClassName
{
border-color: #253E7D;
}
.TagClassName
{
border-color: #253E7D;
}
</style>