Shades of Resolution Blue #253C6C
Tints of Resolution Blue #253C6C
RGB
CMYK
RGB Variations
Color information
#253C6C (or 0x253C6C) is known color: Resolution Blue. HEX triplet: 25, 3C and 6C. RGB value is (37,60,108). Sum of RGB (Red+Green+Blue) = 37+60+108=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #253C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253C6C is #DAC393. Grayscale: #3A3A3A. Windows color (decimal): -14336916 or 7093285. OLE color: 7093285.
HSL color Cylindrical-coordinate representation of color #253C6C: hue angle of 220.56º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #253C6C is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 37 | 60 | 108 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.58 |
| HSL | 220.56º | 0.49% | 0.28% | - |
| HSV(B) | 220.56º | 0.66% | 0.42% | - |
| XYZ | 5.09 | 4.71 | 14.83 | - |
| YUV | 58.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 108 | 0.66 | 0.44 | 0 | 0.58 | 220.56 | 0.49 | 0.28 |
| Hex | 25 | 3C | 6C | 42 | 2C | 0 | 3A | DD | 31 | 1C |
| Octal | 45 | 74 | 154 | 102 | 54 | 0 | 72 | 335 | 61 | 34 |
| Binary | 100101 | 111100 | 1101100 | 1000010 | 101100 | 0 | 111010 | 11011101 | 110001 | 11100 |
Color Harmonies of #253C6C
Complementary color
Monochromatic Colors of #253C6C
Black with #253C6C
Text Example
Text Example
White with #253C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C6C; }
p { color: rgb(37,60,108); }
H1.HeaderClassName
{
color: #253C6C;
}
.AnyTagClassName
{
color: #253C6C;
}
</style>
background-color css
<style>
a { background-color: #253C6C; }
a { background-color: rgb(37,60,108); }
div.DivClassName
{
background-color: #253C6C;
}
.BgClassName
{
background-color: #253C6C;
}
</style>
border-color css
<style>
span { border-color: #253C6C; }
span { border-color: rgb(37,60,108); }
td.TdClassName
{
border-color: #253C6C;
}
.TagClassName
{
border-color: #253C6C;
}
</style>