Shades of Resolution Blue #28377E
Tints of Resolution Blue #28377E
RGB
CMYK
RGB Variations
Color information
#28377E (or 0x28377E) is known color: Resolution Blue. HEX triplet: 28, 37 and 7E. RGB value is (40,55,126). Sum of RGB (Red+Green+Blue) = 40+55+126=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 126 (49.61% from 255 or 57.01% from 221); Max value from RGB is 126 - color contains mainly: blue. Hex color #28377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28377E is #D7C881. Grayscale: #3A3A3A. Windows color (decimal): -14141570 or 8271656. OLE color: 8271656.
HSL color Cylindrical-coordinate representation of color #28377E: hue angle of 229.53º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28377E is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 55 | 126 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.51 |
| HSL | 229.53º | 0.52% | 0.33% | - |
| HSV(B) | 229.53º | 0.68% | 0.49% | - |
| XYZ | 6.01 | 4.69 | 20.33 | - |
| YUV | 58.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 126 | 0.68 | 0.56 | 0 | 0.51 | 229.53 | 0.52 | 0.33 |
| Hex | 28 | 37 | 7E | 44 | 38 | 0 | 33 | E6 | 34 | 21 |
| Octal | 50 | 67 | 176 | 104 | 70 | 0 | 63 | 346 | 64 | 41 |
| Binary | 101000 | 110111 | 1111110 | 1000100 | 111000 | 0 | 110011 | 11100110 | 110100 | 100001 |
Color Harmonies of #28377E
Complementary color
Monochromatic Colors of #28377E
Black with #28377E
Text Example
Text Example
White with #28377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28377E; }
p { color: rgb(40,55,126); }
H1.HeaderClassName
{
color: #28377E;
}
.AnyTagClassName
{
color: #28377E;
}
</style>
background-color css
<style>
a { background-color: #28377E; }
a { background-color: rgb(40,55,126); }
div.DivClassName
{
background-color: #28377E;
}
.BgClassName
{
background-color: #28377E;
}
</style>
border-color css
<style>
span { border-color: #28377E; }
span { border-color: rgb(40,55,126); }
td.TdClassName
{
border-color: #28377E;
}
.TagClassName
{
border-color: #28377E;
}
</style>