Shades of Resolution Blue #25388B
Tints of Resolution Blue #25388B
RGB
CMYK
RGB Variations
Color information
#25388B (or 0x25388B) is known color: Resolution Blue. HEX triplet: 25, 38 and 8B. RGB value is (37,56,139). Sum of RGB (Red+Green+Blue) = 37+56+139=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #25388B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25388B is #DAC774. Grayscale: #3B3B3B. Windows color (decimal): -14337909 or 9123877. OLE color: 9123877.
HSL color Cylindrical-coordinate representation of color #25388B: hue angle of 228.82º 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 #25388B is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 56 | 139 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.45 |
| HSL | 228.82º | 0.58% | 0.35% | - |
| HSV(B) | 228.82º | 0.73% | 0.55% | - |
| XYZ | 6.84 | 5.09 | 25.05 | - |
| YUV | 59.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 139 | 0.73 | 0.60 | 0 | 0.45 | 228.82 | 0.58 | 0.35 |
| Hex | 25 | 38 | 8B | 49 | 3C | 0 | 2D | E5 | 3A | 23 |
| Octal | 45 | 70 | 213 | 111 | 74 | 0 | 55 | 345 | 72 | 43 |
| Binary | 100101 | 111000 | 10001011 | 1001001 | 111100 | 0 | 101101 | 11100101 | 111010 | 100011 |
Color Harmonies of #25388B
Complementary color
Monochromatic Colors of #25388B
Black with #25388B
Text Example
Text Example
White with #25388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25388B; }
p { color: rgb(37,56,139); }
H1.HeaderClassName
{
color: #25388B;
}
.AnyTagClassName
{
color: #25388B;
}
</style>
background-color css
<style>
a { background-color: #25388B; }
a { background-color: rgb(37,56,139); }
div.DivClassName
{
background-color: #25388B;
}
.BgClassName
{
background-color: #25388B;
}
</style>
border-color css
<style>
span { border-color: #25388B; }
span { border-color: rgb(37,56,139); }
td.TdClassName
{
border-color: #25388B;
}
.TagClassName
{
border-color: #25388B;
}
</style>