Shades of Resolution Blue #254085
Tints of Resolution Blue #254085
RGB
CMYK
RGB Variations
Color information
#254085 (or 0x254085) is known color: Resolution Blue. HEX triplet: 25, 40 and 85. RGB value is (37,64,133). Sum of RGB (Red+Green+Blue) = 37+64+133=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #254085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254085 is #DABF7A. Grayscale: #3F3F3F. Windows color (decimal): -14335867 or 8732709. OLE color: 8732709.
HSL color Cylindrical-coordinate representation of color #254085: hue angle of 223.12º 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 #254085 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 64 | 133 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.48 |
| HSL | 223.13º | 0.56% | 0.33% | - |
| HSV(B) | 223.13º | 0.72% | 0.52% | - |
| XYZ | 6.83 | 5.75 | 22.94 | - |
| YUV | 63.79 | 167.05 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 64 | 133 | 0.72 | 0.52 | 0 | 0.48 | 223.13 | 0.56 | 0.33 |
| Hex | 25 | 40 | 85 | 48 | 34 | 0 | 30 | DF | 38 | 21 |
| Octal | 45 | 100 | 205 | 110 | 64 | 0 | 60 | 337 | 70 | 41 |
| Binary | 100101 | 1000000 | 10000101 | 1001000 | 110100 | 0 | 110000 | 11011111 | 111000 | 100001 |
Color Harmonies of #254085
Complementary color
Monochromatic Colors of #254085
Black with #254085
Text Example
Text Example
White with #254085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254085; }
p { color: rgb(37,64,133); }
H1.HeaderClassName
{
color: #254085;
}
.AnyTagClassName
{
color: #254085;
}
</style>
background-color css
<style>
a { background-color: #254085; }
a { background-color: rgb(37,64,133); }
div.DivClassName
{
background-color: #254085;
}
.BgClassName
{
background-color: #254085;
}
</style>
border-color css
<style>
span { border-color: #254085; }
span { border-color: rgb(37,64,133); }
td.TdClassName
{
border-color: #254085;
}
.TagClassName
{
border-color: #254085;
}
</style>