Shades of Resolution Blue #25407D
Tints of Resolution Blue #25407D
RGB
CMYK
RGB Variations
Color information
#25407D (or 0x25407D) is known color: Resolution Blue. HEX triplet: 25, 40 and 7D. RGB value is (37,64,125). Sum of RGB (Red+Green+Blue) = 37+64+125=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #25407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25407D is #DABF82. Grayscale: #3E3E3E. Windows color (decimal): -14335875 or 8208421. OLE color: 8208421.
HSL color Cylindrical-coordinate representation of color #25407D: hue angle of 221.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25407D is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 64 | 125 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.51 |
| HSL | 221.59º | 0.54% | 0.32% | - |
| HSV(B) | 221.59º | 0.7% | 0.49% | - |
| XYZ | 6.3 | 5.54 | 20.14 | - |
| YUV | 62.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 125 | 0.70 | 0.49 | 0 | 0.51 | 221.59 | 0.54 | 0.32 |
| Hex | 25 | 40 | 7D | 46 | 31 | 0 | 33 | DE | 36 | 20 |
| Octal | 45 | 100 | 175 | 106 | 61 | 0 | 63 | 336 | 66 | 40 |
| Binary | 100101 | 1000000 | 1111101 | 1000110 | 110001 | 0 | 110011 | 11011110 | 110110 | 100000 |
Color Harmonies of #25407D
Complementary color
Monochromatic Colors of #25407D
Black with #25407D
Text Example
Text Example
White with #25407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25407D; }
p { color: rgb(37,64,125); }
H1.HeaderClassName
{
color: #25407D;
}
.AnyTagClassName
{
color: #25407D;
}
</style>
background-color css
<style>
a { background-color: #25407D; }
a { background-color: rgb(37,64,125); }
div.DivClassName
{
background-color: #25407D;
}
.BgClassName
{
background-color: #25407D;
}
</style>
border-color css
<style>
span { border-color: #25407D; }
span { border-color: rgb(37,64,125); }
td.TdClassName
{
border-color: #25407D;
}
.TagClassName
{
border-color: #25407D;
}
</style>