Shades of Resolution Blue #254376
Tints of Resolution Blue #254376
RGB
CMYK
RGB Variations
Color information
#254376 (or 0x254376) is known color: Resolution Blue. HEX triplet: 25, 43 and 76. RGB value is (37,67,118). Sum of RGB (Red+Green+Blue) = 37+67+118=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 118 (46.48% from 255 or 53.15% from 222); Max value from RGB is 118 - color contains mainly: blue. Hex color #254376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254376 is #DABC89. Grayscale: #3F3F3F. Windows color (decimal): -14335114 or 7750437. OLE color: 7750437.
HSL color Cylindrical-coordinate representation of color #254376: hue angle of 217.78º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254376 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 67 | 118 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.54 |
| HSL | 217.78º | 0.52% | 0.3% | - |
| HSV(B) | 217.78º | 0.69% | 0.46% | - |
| XYZ | 6.04 | 5.72 | 17.92 | - |
| YUV | 63.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 67 | 118 | 0.69 | 0.43 | 0 | 0.54 | 217.78 | 0.52 | 0.3 |
| Hex | 25 | 43 | 76 | 45 | 2B | 0 | 36 | DA | 34 | 1E |
| Octal | 45 | 103 | 166 | 105 | 53 | 0 | 66 | 332 | 64 | 36 |
| Binary | 100101 | 1000011 | 1110110 | 1000101 | 101011 | 0 | 110110 | 11011010 | 110100 | 11110 |
Color Harmonies of #254376
Complementary color
Monochromatic Colors of #254376
Black with #254376
Text Example
Text Example
White with #254376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254376; }
p { color: rgb(37,67,118); }
H1.HeaderClassName
{
color: #254376;
}
.AnyTagClassName
{
color: #254376;
}
</style>
background-color css
<style>
a { background-color: #254376; }
a { background-color: rgb(37,67,118); }
div.DivClassName
{
background-color: #254376;
}
.BgClassName
{
background-color: #254376;
}
</style>
border-color css
<style>
span { border-color: #254376; }
span { border-color: rgb(37,67,118); }
td.TdClassName
{
border-color: #254376;
}
.TagClassName
{
border-color: #254376;
}
</style>