Shades of Resolution Blue #28367C
Tints of Resolution Blue #28367C
RGB
CMYK
RGB Variations
Color information
#28367C (or 0x28367C) is known color: Resolution Blue. HEX triplet: 28, 36 and 7C. RGB value is (40,54,124). Sum of RGB (Red+Green+Blue) = 40+54+124=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #28367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28367C is #D7C983. Grayscale: #393939. Windows color (decimal): -14141828 or 8140328. OLE color: 8140328.
HSL color Cylindrical-coordinate representation of color #28367C: hue angle of 230º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28367C is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 54 | 124 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.51 |
| HSL | 230º | 0.51% | 0.32% | - |
| HSV(B) | 230º | 0.68% | 0.49% | - |
| XYZ | 5.83 | 4.54 | 19.64 | - |
| YUV | 57.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 124 | 0.68 | 0.56 | 0 | 0.51 | 230 | 0.51 | 0.32 |
| Hex | 28 | 36 | 7C | 44 | 38 | 0 | 33 | E6 | 33 | 20 |
| Octal | 50 | 66 | 174 | 104 | 70 | 0 | 63 | 346 | 63 | 40 |
| Binary | 101000 | 110110 | 1111100 | 1000100 | 111000 | 0 | 110011 | 11100110 | 110011 | 100000 |
Color Harmonies of #28367C
Complementary color
Monochromatic Colors of #28367C
Black with #28367C
Text Example
Text Example
White with #28367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28367C; }
p { color: rgb(40,54,124); }
H1.HeaderClassName
{
color: #28367C;
}
.AnyTagClassName
{
color: #28367C;
}
</style>
background-color css
<style>
a { background-color: #28367C; }
a { background-color: rgb(40,54,124); }
div.DivClassName
{
background-color: #28367C;
}
.BgClassName
{
background-color: #28367C;
}
</style>
border-color css
<style>
span { border-color: #28367C; }
span { border-color: rgb(40,54,124); }
td.TdClassName
{
border-color: #28367C;
}
.TagClassName
{
border-color: #28367C;
}
</style>