Shades of Resolution Blue #254075
Tints of Resolution Blue #254075
RGB
CMYK
RGB Variations
Color information
#254075 (or 0x254075) is known color: Resolution Blue. HEX triplet: 25, 40 and 75. RGB value is (37,64,117). Sum of RGB (Red+Green+Blue) = 37+64+117=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #254075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254075 is #DABF8A. Grayscale: #3D3D3D. Windows color (decimal): -14335883 or 7684133. OLE color: 7684133.
HSL color Cylindrical-coordinate representation of color #254075: hue angle of 219.75º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254075 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 64 | 117 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.54 |
| HSL | 219.75º | 0.52% | 0.3% | - |
| HSV(B) | 219.75º | 0.68% | 0.46% | - |
| XYZ | 5.81 | 5.34 | 17.56 | - |
| YUV | 61.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 117 | 0.68 | 0.45 | 0 | 0.54 | 219.75 | 0.52 | 0.3 |
| Hex | 25 | 40 | 75 | 44 | 2D | 0 | 36 | DC | 34 | 1E |
| Octal | 45 | 100 | 165 | 104 | 55 | 0 | 66 | 334 | 64 | 36 |
| Binary | 100101 | 1000000 | 1110101 | 1000100 | 101101 | 0 | 110110 | 11011100 | 110100 | 11110 |
Color Harmonies of #254075
Complementary color
Monochromatic Colors of #254075
Black with #254075
Text Example
Text Example
White with #254075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254075; }
p { color: rgb(37,64,117); }
H1.HeaderClassName
{
color: #254075;
}
.AnyTagClassName
{
color: #254075;
}
</style>
background-color css
<style>
a { background-color: #254075; }
a { background-color: rgb(37,64,117); }
div.DivClassName
{
background-color: #254075;
}
.BgClassName
{
background-color: #254075;
}
</style>
border-color css
<style>
span { border-color: #254075; }
span { border-color: rgb(37,64,117); }
td.TdClassName
{
border-color: #254075;
}
.TagClassName
{
border-color: #254075;
}
</style>