Shades of Resolution Blue #254378
Tints of Resolution Blue #254378
RGB
CMYK
RGB Variations
Color information
#254378 (or 0x254378) is known color: Resolution Blue. HEX triplet: 25, 43 and 78. RGB value is (37,67,120). Sum of RGB (Red+Green+Blue) = 37+67+120=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #254378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254378 is #DABC87. Grayscale: #3F3F3F. Windows color (decimal): -14335112 or 7881509. OLE color: 7881509.
HSL color Cylindrical-coordinate representation of color #254378: hue angle of 218.31º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254378 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 67 | 120 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.53 |
| HSL | 218.31º | 0.53% | 0.31% | - |
| HSV(B) | 218.31º | 0.69% | 0.47% | - |
| XYZ | 6.16 | 5.76 | 18.56 | - |
| YUV | 64.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 120 | 0.69 | 0.44 | 0 | 0.53 | 218.31 | 0.53 | 0.31 |
| Hex | 25 | 43 | 78 | 45 | 2C | 0 | 35 | DA | 35 | 1F |
| Octal | 45 | 103 | 170 | 105 | 54 | 0 | 65 | 332 | 65 | 37 |
| Binary | 100101 | 1000011 | 1111000 | 1000101 | 101100 | 0 | 110101 | 11011010 | 110101 | 11111 |
Color Harmonies of #254378
Complementary color
Monochromatic Colors of #254378
Black with #254378
Text Example
Text Example
White with #254378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254378; }
p { color: rgb(37,67,120); }
H1.HeaderClassName
{
color: #254378;
}
.AnyTagClassName
{
color: #254378;
}
</style>
background-color css
<style>
a { background-color: #254378; }
a { background-color: rgb(37,67,120); }
div.DivClassName
{
background-color: #254378;
}
.BgClassName
{
background-color: #254378;
}
</style>
border-color css
<style>
span { border-color: #254378; }
span { border-color: rgb(37,67,120); }
td.TdClassName
{
border-color: #254378;
}
.TagClassName
{
border-color: #254378;
}
</style>