Shades of Resolution Blue #254074
Tints of Resolution Blue #254074
RGB
CMYK
RGB Variations
Color information
#254074 (or 0x254074) is known color: Resolution Blue. HEX triplet: 25, 40 and 74. RGB value is (37,64,116). Sum of RGB (Red+Green+Blue) = 37+64+116=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #254074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254074 is #DABF8B. Grayscale: #3D3D3D. Windows color (decimal): -14335884 or 7618597. OLE color: 7618597.
HSL color Cylindrical-coordinate representation of color #254074: hue angle of 219.49º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #254074 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 64 | 116 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.55 |
| HSL | 219.49º | 0.52% | 0.3% | - |
| HSV(B) | 219.49º | 0.68% | 0.45% | - |
| XYZ | 5.75 | 5.32 | 17.25 | - |
| YUV | 61.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 116 | 0.68 | 0.45 | 0 | 0.55 | 219.49 | 0.52 | 0.3 |
| Hex | 25 | 40 | 74 | 44 | 2D | 0 | 37 | DB | 34 | 1E |
| Octal | 45 | 100 | 164 | 104 | 55 | 0 | 67 | 333 | 64 | 36 |
| Binary | 100101 | 1000000 | 1110100 | 1000100 | 101101 | 0 | 110111 | 11011011 | 110100 | 11110 |
Color Harmonies of #254074
Complementary color
Monochromatic Colors of #254074
Black with #254074
Text Example
Text Example
White with #254074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254074; }
p { color: rgb(37,64,116); }
H1.HeaderClassName
{
color: #254074;
}
.AnyTagClassName
{
color: #254074;
}
</style>
background-color css
<style>
a { background-color: #254074; }
a { background-color: rgb(37,64,116); }
div.DivClassName
{
background-color: #254074;
}
.BgClassName
{
background-color: #254074;
}
</style>
border-color css
<style>
span { border-color: #254074; }
span { border-color: rgb(37,64,116); }
td.TdClassName
{
border-color: #254074;
}
.TagClassName
{
border-color: #254074;
}
</style>