Shades of Resolution Blue #253A7B
Tints of Resolution Blue #253A7B
RGB
CMYK
RGB Variations
Color information
#253A7B (or 0x253A7B) is known color: Resolution Blue. HEX triplet: 25, 3A and 7B. RGB value is (37,58,123). Sum of RGB (Red+Green+Blue) = 37+58+123=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #253A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253A7B is #DAC584. Grayscale: #3A3A3A. Windows color (decimal): -14337413 or 8075813. OLE color: 8075813.
HSL color Cylindrical-coordinate representation of color #253A7B: hue angle of 225.35º 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 #253A7B is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 58 | 123 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.52 |
| HSL | 225.35º | 0.54% | 0.31% | - |
| HSV(B) | 225.35º | 0.7% | 0.48% | - |
| XYZ | 5.85 | 4.85 | 19.37 | - |
| YUV | 59.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 123 | 0.70 | 0.53 | 0 | 0.52 | 225.35 | 0.54 | 0.31 |
| Hex | 25 | 3A | 7B | 46 | 35 | 0 | 34 | E1 | 36 | 1F |
| Octal | 45 | 72 | 173 | 106 | 65 | 0 | 64 | 341 | 66 | 37 |
| Binary | 100101 | 111010 | 1111011 | 1000110 | 110101 | 0 | 110100 | 11100001 | 110110 | 11111 |
Color Harmonies of #253A7B
Complementary color
Monochromatic Colors of #253A7B
Black with #253A7B
Text Example
Text Example
White with #253A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A7B; }
p { color: rgb(37,58,123); }
H1.HeaderClassName
{
color: #253A7B;
}
.AnyTagClassName
{
color: #253A7B;
}
</style>
background-color css
<style>
a { background-color: #253A7B; }
a { background-color: rgb(37,58,123); }
div.DivClassName
{
background-color: #253A7B;
}
.BgClassName
{
background-color: #253A7B;
}
</style>
border-color css
<style>
span { border-color: #253A7B; }
span { border-color: rgb(37,58,123); }
td.TdClassName
{
border-color: #253A7B;
}
.TagClassName
{
border-color: #253A7B;
}
</style>