Shades of Resolution Blue #25316F
Tints of Resolution Blue #25316F
RGB
CMYK
RGB Variations
Color information
#25316F (or 0x25316F) is known color: Resolution Blue. HEX triplet: 25, 31 and 6F. RGB value is (37,49,111). Sum of RGB (Red+Green+Blue) = 37+49+111=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #25316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25316F is #DACE90. Grayscale: #343434. Windows color (decimal): -14339729 or 7287077. OLE color: 7287077.
HSL color Cylindrical-coordinate representation of color #25316F: hue angle of 230.27º 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 #25316F is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 49 | 111 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.56 |
| HSL | 230.27º | 0.5% | 0.29% | - |
| HSV(B) | 230.27º | 0.67% | 0.44% | - |
| XYZ | 4.73 | 3.74 | 15.51 | - |
| YUV | 52.48 | 161.02 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 49 | 111 | 0.67 | 0.56 | 0 | 0.56 | 230.27 | 0.5 | 0.29 |
| Hex | 25 | 31 | 6F | 43 | 38 | 0 | 38 | E6 | 32 | 1D |
| Octal | 45 | 61 | 157 | 103 | 70 | 0 | 70 | 346 | 62 | 35 |
| Binary | 100101 | 110001 | 1101111 | 1000011 | 111000 | 0 | 111000 | 11100110 | 110010 | 11101 |
Color Harmonies of #25316F
Complementary color
Monochromatic Colors of #25316F
Black with #25316F
Text Example
Text Example
White with #25316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25316F; }
p { color: rgb(37,49,111); }
H1.HeaderClassName
{
color: #25316F;
}
.AnyTagClassName
{
color: #25316F;
}
</style>
background-color css
<style>
a { background-color: #25316F; }
a { background-color: rgb(37,49,111); }
div.DivClassName
{
background-color: #25316F;
}
.BgClassName
{
background-color: #25316F;
}
</style>
border-color css
<style>
span { border-color: #25316F; }
span { border-color: rgb(37,49,111); }
td.TdClassName
{
border-color: #25316F;
}
.TagClassName
{
border-color: #25316F;
}
</style>