Shades of Resolution Blue #25376F
Tints of Resolution Blue #25376F
RGB
CMYK
RGB Variations
Color information
#25376F (or 0x25376F) is known color: Resolution Blue. HEX triplet: 25, 37 and 6F. RGB value is (37,55,111). Sum of RGB (Red+Green+Blue) = 37+55+111=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #25376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25376F is #DAC890. Grayscale: #373737. Windows color (decimal): -14338193 or 7288613. OLE color: 7288613.
HSL color Cylindrical-coordinate representation of color #25376F: hue angle of 225.41º 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 #25376F is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 55 | 111 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.56 |
| HSL | 225.41º | 0.5% | 0.29% | - |
| HSV(B) | 225.41º | 0.67% | 0.44% | - |
| XYZ | 5 | 4.27 | 15.6 | - |
| YUV | 56 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 55 | 111 | 0.67 | 0.50 | 0 | 0.56 | 225.41 | 0.5 | 0.29 |
| Hex | 25 | 37 | 6F | 43 | 32 | 0 | 38 | E1 | 32 | 1D |
| Octal | 45 | 67 | 157 | 103 | 62 | 0 | 70 | 341 | 62 | 35 |
| Binary | 100101 | 110111 | 1101111 | 1000011 | 110010 | 0 | 111000 | 11100001 | 110010 | 11101 |
Color Harmonies of #25376F
Complementary color
Monochromatic Colors of #25376F
Black with #25376F
Text Example
Text Example
White with #25376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25376F; }
p { color: rgb(37,55,111); }
H1.HeaderClassName
{
color: #25376F;
}
.AnyTagClassName
{
color: #25376F;
}
</style>
background-color css
<style>
a { background-color: #25376F; }
a { background-color: rgb(37,55,111); }
div.DivClassName
{
background-color: #25376F;
}
.BgClassName
{
background-color: #25376F;
}
</style>
border-color css
<style>
span { border-color: #25376F; }
span { border-color: rgb(37,55,111); }
td.TdClassName
{
border-color: #25376F;
}
.TagClassName
{
border-color: #25376F;
}
</style>