Shades of Resolution Blue #254370
Tints of Resolution Blue #254370
RGB
CMYK
RGB Variations
Color information
#254370 (or 0x254370) is known color: Resolution Blue. HEX triplet: 25, 43 and 70. RGB value is (37,67,112). Sum of RGB (Red+Green+Blue) = 37+67+112=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #254370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254370 is #DABC8F. Grayscale: #3E3E3E. Windows color (decimal): -14335120 or 7357221. OLE color: 7357221.
HSL color Cylindrical-coordinate representation of color #254370: hue angle of 216º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #254370 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 37 | 67 | 112 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.56 |
| HSL | 216º | 0.5% | 0.29% | - |
| HSV(B) | 216º | 0.67% | 0.44% | - |
| XYZ | 5.69 | 5.58 | 16.11 | - |
| YUV | 63.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 112 | 0.67 | 0.40 | 0 | 0.56 | 216 | 0.5 | 0.29 |
| Hex | 25 | 43 | 70 | 43 | 28 | 0 | 38 | D8 | 32 | 1D |
| Octal | 45 | 103 | 160 | 103 | 50 | 0 | 70 | 330 | 62 | 35 |
| Binary | 100101 | 1000011 | 1110000 | 1000011 | 101000 | 0 | 111000 | 11011000 | 110010 | 11101 |
Color Harmonies of #254370
Complementary color
Monochromatic Colors of #254370
Black with #254370
Text Example
Text Example
White with #254370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254370; }
p { color: rgb(37,67,112); }
H1.HeaderClassName
{
color: #254370;
}
.AnyTagClassName
{
color: #254370;
}
</style>
background-color css
<style>
a { background-color: #254370; }
a { background-color: rgb(37,67,112); }
div.DivClassName
{
background-color: #254370;
}
.BgClassName
{
background-color: #254370;
}
</style>
border-color css
<style>
span { border-color: #254370; }
span { border-color: rgb(37,67,112); }
td.TdClassName
{
border-color: #254370;
}
.TagClassName
{
border-color: #254370;
}
</style>