Shades of Resolution Blue #253E7B
Tints of Resolution Blue #253E7B
RGB
CMYK
RGB Variations
Color information
#253E7B (or 0x253E7B) is known color: Resolution Blue. HEX triplet: 25, 3E and 7B. RGB value is (37,62,123). Sum of RGB (Red+Green+Blue) = 37+62+123=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #253E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253E7B is #DAC184. Grayscale: #3D3D3D. Windows color (decimal): -14336389 or 8076837. OLE color: 8076837.
HSL color Cylindrical-coordinate representation of color #253E7B: hue angle of 222.56º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #253E7B is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 62 | 123 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.52 |
| HSL | 222.56º | 0.54% | 0.31% | - |
| HSV(B) | 222.56º | 0.7% | 0.48% | - |
| XYZ | 6.06 | 5.27 | 19.44 | - |
| YUV | 61.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 62 | 123 | 0.70 | 0.50 | 0 | 0.52 | 222.56 | 0.54 | 0.31 |
| Hex | 25 | 3E | 7B | 46 | 32 | 0 | 34 | DF | 36 | 1F |
| Octal | 45 | 76 | 173 | 106 | 62 | 0 | 64 | 337 | 66 | 37 |
| Binary | 100101 | 111110 | 1111011 | 1000110 | 110010 | 0 | 110100 | 11011111 | 110110 | 11111 |
Color Harmonies of #253E7B
Complementary color
Monochromatic Colors of #253E7B
Black with #253E7B
Text Example
Text Example
White with #253E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E7B; }
p { color: rgb(37,62,123); }
H1.HeaderClassName
{
color: #253E7B;
}
.AnyTagClassName
{
color: #253E7B;
}
</style>
background-color css
<style>
a { background-color: #253E7B; }
a { background-color: rgb(37,62,123); }
div.DivClassName
{
background-color: #253E7B;
}
.BgClassName
{
background-color: #253E7B;
}
</style>
border-color css
<style>
span { border-color: #253E7B; }
span { border-color: rgb(37,62,123); }
td.TdClassName
{
border-color: #253E7B;
}
.TagClassName
{
border-color: #253E7B;
}
</style>