Shades of Resolution Blue #254084
Tints of Resolution Blue #254084
RGB
CMYK
RGB Variations
Color information
#254084 (or 0x254084) is known color: Resolution Blue. HEX triplet: 25, 40 and 84. RGB value is (37,64,132). Sum of RGB (Red+Green+Blue) = 37+64+132=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #254084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254084 is #DABF7B. Grayscale: #3F3F3F. Windows color (decimal): -14335868 or 8667173. OLE color: 8667173.
HSL color Cylindrical-coordinate representation of color #254084: hue angle of 222.95º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254084 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 64 | 132 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.48 |
| HSL | 222.95º | 0.56% | 0.33% | - |
| HSV(B) | 222.95º | 0.72% | 0.52% | - |
| XYZ | 6.76 | 5.73 | 22.58 | - |
| YUV | 63.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 132 | 0.72 | 0.52 | 0 | 0.48 | 222.95 | 0.56 | 0.33 |
| Hex | 25 | 40 | 84 | 48 | 34 | 0 | 30 | DF | 38 | 21 |
| Octal | 45 | 100 | 204 | 110 | 64 | 0 | 60 | 337 | 70 | 41 |
| Binary | 100101 | 1000000 | 10000100 | 1001000 | 110100 | 0 | 110000 | 11011111 | 111000 | 100001 |
Color Harmonies of #254084
Complementary color
Monochromatic Colors of #254084
Black with #254084
Text Example
Text Example
White with #254084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254084; }
p { color: rgb(37,64,132); }
H1.HeaderClassName
{
color: #254084;
}
.AnyTagClassName
{
color: #254084;
}
</style>
background-color css
<style>
a { background-color: #254084; }
a { background-color: rgb(37,64,132); }
div.DivClassName
{
background-color: #254084;
}
.BgClassName
{
background-color: #254084;
}
</style>
border-color css
<style>
span { border-color: #254084; }
span { border-color: rgb(37,64,132); }
td.TdClassName
{
border-color: #254084;
}
.TagClassName
{
border-color: #254084;
}
</style>