Shades of Resolution Blue #25398B
Tints of Resolution Blue #25398B
RGB
CMYK
RGB Variations
Color information
#25398B (or 0x25398B) is known color: Resolution Blue. HEX triplet: 25, 39 and 8B. RGB value is (37,57,139). Sum of RGB (Red+Green+Blue) = 37+57+139=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #25398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25398B is #DAC674. Grayscale: #3C3C3C. Windows color (decimal): -14337653 or 9124133. OLE color: 9124133.
HSL color Cylindrical-coordinate representation of color #25398B: hue angle of 228.24º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25398B is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 57 | 139 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.45 |
| HSL | 228.24º | 0.58% | 0.35% | - |
| HSV(B) | 228.24º | 0.73% | 0.55% | - |
| XYZ | 6.89 | 5.18 | 25.06 | - |
| YUV | 60.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 139 | 0.73 | 0.59 | 0 | 0.45 | 228.24 | 0.58 | 0.35 |
| Hex | 25 | 39 | 8B | 49 | 3B | 0 | 2D | E4 | 3A | 23 |
| Octal | 45 | 71 | 213 | 111 | 73 | 0 | 55 | 344 | 72 | 43 |
| Binary | 100101 | 111001 | 10001011 | 1001001 | 111011 | 0 | 101101 | 11100100 | 111010 | 100011 |
Color Harmonies of #25398B
Complementary color
Monochromatic Colors of #25398B
Black with #25398B
Text Example
Text Example
White with #25398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25398B; }
p { color: rgb(37,57,139); }
H1.HeaderClassName
{
color: #25398B;
}
.AnyTagClassName
{
color: #25398B;
}
</style>
background-color css
<style>
a { background-color: #25398B; }
a { background-color: rgb(37,57,139); }
div.DivClassName
{
background-color: #25398B;
}
.BgClassName
{
background-color: #25398B;
}
</style>
border-color css
<style>
span { border-color: #25398B; }
span { border-color: rgb(37,57,139); }
td.TdClassName
{
border-color: #25398B;
}
.TagClassName
{
border-color: #25398B;
}
</style>