Shades of Resolution Blue #25388E
Tints of Resolution Blue #25388E
RGB
CMYK
RGB Variations
Color information
#25388E (or 0x25388E) is known color: Resolution Blue. HEX triplet: 25, 38 and 8E. RGB value is (37,56,142). Sum of RGB (Red+Green+Blue) = 37+56+142=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #25388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #25388E is #DAC771. Grayscale: #3B3B3B. Windows color (decimal): -14337906 or 9320485. OLE color: 9320485.
HSL color Cylindrical-coordinate representation of color #25388E: hue angle of 229.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25388E is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 37 | 56 | 142 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.44 |
| HSL | 229.14º | 0.59% | 0.35% | - |
| HSV(B) | 229.14º | 0.74% | 0.56% | - |
| XYZ | 7.06 | 5.17 | 26.22 | - |
| YUV | 60.12 | 174.21 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 56 | 142 | 0.74 | 0.61 | 0 | 0.44 | 229.14 | 0.59 | 0.35 |
| Hex | 25 | 38 | 8E | 4A | 3D | 0 | 2C | E5 | 3B | 23 |
| Octal | 45 | 70 | 216 | 112 | 75 | 0 | 54 | 345 | 73 | 43 |
| Binary | 100101 | 111000 | 10001110 | 1001010 | 111101 | 0 | 101100 | 11100101 | 111011 | 100011 |
Color Harmonies of #25388E
Complementary color
Monochromatic Colors of #25388E
Black with #25388E
Text Example
Text Example
White with #25388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25388E; }
p { color: rgb(37,56,142); }
H1.HeaderClassName
{
color: #25388E;
}
.AnyTagClassName
{
color: #25388E;
}
</style>
background-color css
<style>
a { background-color: #25388E; }
a { background-color: rgb(37,56,142); }
div.DivClassName
{
background-color: #25388E;
}
.BgClassName
{
background-color: #25388E;
}
</style>
border-color css
<style>
span { border-color: #25388E; }
span { border-color: rgb(37,56,142); }
td.TdClassName
{
border-color: #25388E;
}
.TagClassName
{
border-color: #25388E;
}
</style>