Shades of Resolution Blue #254275
Tints of Resolution Blue #254275
RGB
CMYK
RGB Variations
Color information
#254275 (or 0x254275) is known color: Resolution Blue. HEX triplet: 25, 42 and 75. RGB value is (37,66,117). Sum of RGB (Red+Green+Blue) = 37+66+117=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #254275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254275 is #DABD8A. Grayscale: #3E3E3E. Windows color (decimal): -14335371 or 7684645. OLE color: 7684645.
HSL color Cylindrical-coordinate representation of color #254275: hue angle of 218.25º 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 #254275 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 66 | 117 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.54 |
| HSL | 218.25º | 0.52% | 0.3% | - |
| HSV(B) | 218.25º | 0.68% | 0.46% | - |
| XYZ | 5.92 | 5.57 | 17.59 | - |
| YUV | 63.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 66 | 117 | 0.68 | 0.44 | 0 | 0.54 | 218.25 | 0.52 | 0.3 |
| Hex | 25 | 42 | 75 | 44 | 2C | 0 | 36 | DA | 34 | 1E |
| Octal | 45 | 102 | 165 | 104 | 54 | 0 | 66 | 332 | 64 | 36 |
| Binary | 100101 | 1000010 | 1110101 | 1000100 | 101100 | 0 | 110110 | 11011010 | 110100 | 11110 |
Color Harmonies of #254275
Complementary color
Monochromatic Colors of #254275
Black with #254275
Text Example
Text Example
White with #254275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254275; }
p { color: rgb(37,66,117); }
H1.HeaderClassName
{
color: #254275;
}
.AnyTagClassName
{
color: #254275;
}
</style>
background-color css
<style>
a { background-color: #254275; }
a { background-color: rgb(37,66,117); }
div.DivClassName
{
background-color: #254275;
}
.BgClassName
{
background-color: #254275;
}
</style>
border-color css
<style>
span { border-color: #254275; }
span { border-color: rgb(37,66,117); }
td.TdClassName
{
border-color: #254275;
}
.TagClassName
{
border-color: #254275;
}
</style>