Shades of Resolution Blue #253F7B
Tints of Resolution Blue #253F7B
RGB
CMYK
RGB Variations
Color information
#253F7B (or 0x253F7B) is known color: Resolution Blue. HEX triplet: 25, 3F and 7B. RGB value is (37,63,123). Sum of RGB (Red+Green+Blue) = 37+63+123=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #253F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F7B is #DAC084. Grayscale: #3D3D3D. Windows color (decimal): -14336133 or 8077093. OLE color: 8077093.
HSL color Cylindrical-coordinate representation of color #253F7B: hue angle of 221.86º 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 #253F7B is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 63 | 123 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.52 |
| HSL | 221.86º | 0.54% | 0.31% | - |
| HSV(B) | 221.86º | 0.7% | 0.48% | - |
| XYZ | 6.12 | 5.38 | 19.45 | - |
| YUV | 62.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 123 | 0.70 | 0.49 | 0 | 0.52 | 221.86 | 0.54 | 0.31 |
| Hex | 25 | 3F | 7B | 46 | 31 | 0 | 34 | DE | 36 | 1F |
| Octal | 45 | 77 | 173 | 106 | 61 | 0 | 64 | 336 | 66 | 37 |
| Binary | 100101 | 111111 | 1111011 | 1000110 | 110001 | 0 | 110100 | 11011110 | 110110 | 11111 |
Color Harmonies of #253F7B
Complementary color
Monochromatic Colors of #253F7B
Black with #253F7B
Text Example
Text Example
White with #253F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F7B; }
p { color: rgb(37,63,123); }
H1.HeaderClassName
{
color: #253F7B;
}
.AnyTagClassName
{
color: #253F7B;
}
</style>
background-color css
<style>
a { background-color: #253F7B; }
a { background-color: rgb(37,63,123); }
div.DivClassName
{
background-color: #253F7B;
}
.BgClassName
{
background-color: #253F7B;
}
</style>
border-color css
<style>
span { border-color: #253F7B; }
span { border-color: rgb(37,63,123); }
td.TdClassName
{
border-color: #253F7B;
}
.TagClassName
{
border-color: #253F7B;
}
</style>