Shades of Resolution Blue #25416F
Tints of Resolution Blue #25416F
RGB
CMYK
RGB Variations
Color information
#25416F (or 0x25416F) is known color: Resolution Blue. HEX triplet: 25, 41 and 6F. RGB value is (37,65,111). Sum of RGB (Red+Green+Blue) = 37+65+111=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #25416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25416F is #DABE90. Grayscale: #3D3D3D. Windows color (decimal): -14335633 or 7291173. OLE color: 7291173.
HSL color Cylindrical-coordinate representation of color #25416F: hue angle of 217.3º 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 #25416F is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 65 | 111 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.56 |
| HSL | 217.3º | 0.5% | 0.29% | - |
| HSV(B) | 217.3º | 0.67% | 0.44% | - |
| XYZ | 5.52 | 5.32 | 15.78 | - |
| YUV | 61.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 65 | 111 | 0.67 | 0.41 | 0 | 0.56 | 217.3 | 0.5 | 0.29 |
| Hex | 25 | 41 | 6F | 43 | 29 | 0 | 38 | D9 | 32 | 1D |
| Octal | 45 | 101 | 157 | 103 | 51 | 0 | 70 | 331 | 62 | 35 |
| Binary | 100101 | 1000001 | 1101111 | 1000011 | 101001 | 0 | 111000 | 11011001 | 110010 | 11101 |
Color Harmonies of #25416F
Complementary color
Monochromatic Colors of #25416F
Black with #25416F
Text Example
Text Example
White with #25416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25416F; }
p { color: rgb(37,65,111); }
H1.HeaderClassName
{
color: #25416F;
}
.AnyTagClassName
{
color: #25416F;
}
</style>
background-color css
<style>
a { background-color: #25416F; }
a { background-color: rgb(37,65,111); }
div.DivClassName
{
background-color: #25416F;
}
.BgClassName
{
background-color: #25416F;
}
</style>
border-color css
<style>
span { border-color: #25416F; }
span { border-color: rgb(37,65,111); }
td.TdClassName
{
border-color: #25416F;
}
.TagClassName
{
border-color: #25416F;
}
</style>