Shades of Resolution Blue #25406F
Tints of Resolution Blue #25406F
RGB
CMYK
RGB Variations
Color information
#25406F (or 0x25406F) is known color: Resolution Blue. HEX triplet: 25, 40 and 6F. RGB value is (37,64,111). Sum of RGB (Red+Green+Blue) = 37+64+111=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #25406F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25406F is #DABF90. Grayscale: #3D3D3D. Windows color (decimal): -14335889 or 7290917. OLE color: 7290917.
HSL color Cylindrical-coordinate representation of color #25406F: hue angle of 218.11º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25406F is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 64 | 111 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.56 |
| HSL | 218.11º | 0.5% | 0.29% | - |
| HSV(B) | 218.11º | 0.67% | 0.44% | - |
| XYZ | 5.47 | 5.21 | 15.76 | - |
| YUV | 61.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 111 | 0.67 | 0.42 | 0 | 0.56 | 218.11 | 0.5 | 0.29 |
| Hex | 25 | 40 | 6F | 43 | 2A | 0 | 38 | DA | 32 | 1D |
| Octal | 45 | 100 | 157 | 103 | 52 | 0 | 70 | 332 | 62 | 35 |
| Binary | 100101 | 1000000 | 1101111 | 1000011 | 101010 | 0 | 111000 | 11011010 | 110010 | 11101 |
Color Harmonies of #25406F
Complementary color
Monochromatic Colors of #25406F
Black with #25406F
Text Example
Text Example
White with #25406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25406F; }
p { color: rgb(37,64,111); }
H1.HeaderClassName
{
color: #25406F;
}
.AnyTagClassName
{
color: #25406F;
}
</style>
background-color css
<style>
a { background-color: #25406F; }
a { background-color: rgb(37,64,111); }
div.DivClassName
{
background-color: #25406F;
}
.BgClassName
{
background-color: #25406F;
}
</style>
border-color css
<style>
span { border-color: #25406F; }
span { border-color: rgb(37,64,111); }
td.TdClassName
{
border-color: #25406F;
}
.TagClassName
{
border-color: #25406F;
}
</style>