Shades of Resolution Blue #28388C
Tints of Resolution Blue #28388C
RGB
CMYK
RGB Variations
Color information
#28388C (or 0x28388C) is known color: Resolution Blue. HEX triplet: 28, 38 and 8C. RGB value is (40,56,140). Sum of RGB (Red+Green+Blue) = 40+56+140=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #28388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28388C is #D7C773. Grayscale: #3C3C3C. Windows color (decimal): -14141300 or 9189416. OLE color: 9189416.
HSL color Cylindrical-coordinate representation of color #28388C: hue angle of 230.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28388C is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 56 | 140 | - |
| CMYK | 0.71 | 0.6 | 0 | 0.45 |
| HSL | 230.4º | 0.56% | 0.35% | - |
| HSV(B) | 230.4º | 0.71% | 0.55% | - |
| XYZ | 7.02 | 5.17 | 25.44 | - |
| YUV | 60.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 140 | 0.71 | 0.6 | 0 | 0.45 | 230.4 | 0.56 | 0.35 |
| Hex | 28 | 38 | 8C | 47 | 3C | 0 | 2D | E6 | 38 | 23 |
| Octal | 50 | 70 | 214 | 107 | 74 | 0 | 55 | 346 | 70 | 43 |
| Binary | 101000 | 111000 | 10001100 | 1000111 | 111100 | 0 | 101101 | 11100110 | 111000 | 100011 |
Color Harmonies of #28388C
Complementary color
Monochromatic Colors of #28388C
Black with #28388C
Text Example
Text Example
White with #28388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28388C; }
p { color: rgb(40,56,140); }
H1.HeaderClassName
{
color: #28388C;
}
.AnyTagClassName
{
color: #28388C;
}
</style>
background-color css
<style>
a { background-color: #28388C; }
a { background-color: rgb(40,56,140); }
div.DivClassName
{
background-color: #28388C;
}
.BgClassName
{
background-color: #28388C;
}
</style>
border-color css
<style>
span { border-color: #28388C; }
span { border-color: rgb(40,56,140); }
td.TdClassName
{
border-color: #28388C;
}
.TagClassName
{
border-color: #28388C;
}
</style>