Shades of Resolution Blue #25328B
Tints of Resolution Blue #25328B
RGB
CMYK
RGB Variations
Color information
#25328B (or 0x25328B) is known color: Resolution Blue. HEX triplet: 25, 32 and 8B. RGB value is (37,50,139). Sum of RGB (Red+Green+Blue) = 37+50+139=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #25328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25328B is #DACD74. Grayscale: #373737. Windows color (decimal): -14339445 or 9122341. OLE color: 9122341.
HSL color Cylindrical-coordinate representation of color #25328B: hue angle of 232.35º 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 #25328B is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 50 | 139 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.45 |
| HSL | 232.35º | 0.58% | 0.35% | - |
| HSV(B) | 232.35º | 0.73% | 0.55% | - |
| XYZ | 6.56 | 4.54 | 24.96 | - |
| YUV | 56.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 50 | 139 | 0.73 | 0.64 | 0 | 0.45 | 232.35 | 0.58 | 0.35 |
| Hex | 25 | 32 | 8B | 49 | 40 | 0 | 2D | E8 | 3A | 23 |
| Octal | 45 | 62 | 213 | 111 | 100 | 0 | 55 | 350 | 72 | 43 |
| Binary | 100101 | 110010 | 10001011 | 1001001 | 1000000 | 0 | 101101 | 11101000 | 111010 | 100011 |
Color Harmonies of #25328B
Complementary color
Monochromatic Colors of #25328B
Black with #25328B
Text Example
Text Example
White with #25328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25328B; }
p { color: rgb(37,50,139); }
H1.HeaderClassName
{
color: #25328B;
}
.AnyTagClassName
{
color: #25328B;
}
</style>
background-color css
<style>
a { background-color: #25328B; }
a { background-color: rgb(37,50,139); }
div.DivClassName
{
background-color: #25328B;
}
.BgClassName
{
background-color: #25328B;
}
</style>
border-color css
<style>
span { border-color: #25328B; }
span { border-color: rgb(37,50,139); }
td.TdClassName
{
border-color: #25328B;
}
.TagClassName
{
border-color: #25328B;
}
</style>