Shades of Resolution Blue #253D7A
Tints of Resolution Blue #253D7A
RGB
CMYK
RGB Variations
Color information
#253D7A (or 0x253D7A) is known color: Resolution Blue. HEX triplet: 25, 3D and 7A. RGB value is (37,61,122). Sum of RGB (Red+Green+Blue) = 37+61+122=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #253D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D7A is #DAC285. Grayscale: #3C3C3C. Windows color (decimal): -14336646 or 8011045. OLE color: 8011045.
HSL color Cylindrical-coordinate representation of color #253D7A: hue angle of 223.06º degrees, saturation: 0.53, 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 #253D7A is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 61 | 122 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.52 |
| HSL | 223.06º | 0.53% | 0.31% | - |
| HSV(B) | 223.06º | 0.7% | 0.48% | - |
| XYZ | 5.94 | 5.14 | 19.09 | - |
| YUV | 60.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 61 | 122 | 0.70 | 0.50 | 0 | 0.52 | 223.06 | 0.53 | 0.31 |
| Hex | 25 | 3D | 7A | 46 | 32 | 0 | 34 | DF | 35 | 1F |
| Octal | 45 | 75 | 172 | 106 | 62 | 0 | 64 | 337 | 65 | 37 |
| Binary | 100101 | 111101 | 1111010 | 1000110 | 110010 | 0 | 110100 | 11011111 | 110101 | 11111 |
Color Harmonies of #253D7A
Complementary color
Monochromatic Colors of #253D7A
Black with #253D7A
Text Example
Text Example
White with #253D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253D7A; }
p { color: rgb(37,61,122); }
H1.HeaderClassName
{
color: #253D7A;
}
.AnyTagClassName
{
color: #253D7A;
}
</style>
background-color css
<style>
a { background-color: #253D7A; }
a { background-color: rgb(37,61,122); }
div.DivClassName
{
background-color: #253D7A;
}
.BgClassName
{
background-color: #253D7A;
}
</style>
border-color css
<style>
span { border-color: #253D7A; }
span { border-color: rgb(37,61,122); }
td.TdClassName
{
border-color: #253D7A;
}
.TagClassName
{
border-color: #253D7A;
}
</style>