Shades of Resolution Blue #253F7C
Tints of Resolution Blue #253F7C
RGB
CMYK
RGB Variations
Color information
#253F7C (or 0x253F7C) is known color: Resolution Blue. HEX triplet: 25, 3F and 7C. RGB value is (37,63,124). Sum of RGB (Red+Green+Blue) = 37+63+124=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #253F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253F7C is #DAC083. Grayscale: #3D3D3D. Windows color (decimal): -14336132 or 8142629. OLE color: 8142629.
HSL color Cylindrical-coordinate representation of color #253F7C: hue angle of 222.07º 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 #253F7C is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 63 | 124 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.51 |
| HSL | 222.07º | 0.54% | 0.32% | - |
| HSV(B) | 222.07º | 0.7% | 0.49% | - |
| XYZ | 6.18 | 5.4 | 19.79 | - |
| YUV | 62.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 63 | 124 | 0.70 | 0.49 | 0 | 0.51 | 222.07 | 0.54 | 0.32 |
| Hex | 25 | 3F | 7C | 46 | 31 | 0 | 33 | DE | 36 | 20 |
| Octal | 45 | 77 | 174 | 106 | 61 | 0 | 63 | 336 | 66 | 40 |
| Binary | 100101 | 111111 | 1111100 | 1000110 | 110001 | 0 | 110011 | 11011110 | 110110 | 100000 |
Color Harmonies of #253F7C
Complementary color
Monochromatic Colors of #253F7C
Black with #253F7C
Text Example
Text Example
White with #253F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253F7C; }
p { color: rgb(37,63,124); }
H1.HeaderClassName
{
color: #253F7C;
}
.AnyTagClassName
{
color: #253F7C;
}
</style>
background-color css
<style>
a { background-color: #253F7C; }
a { background-color: rgb(37,63,124); }
div.DivClassName
{
background-color: #253F7C;
}
.BgClassName
{
background-color: #253F7C;
}
</style>
border-color css
<style>
span { border-color: #253F7C; }
span { border-color: rgb(37,63,124); }
td.TdClassName
{
border-color: #253F7C;
}
.TagClassName
{
border-color: #253F7C;
}
</style>