Shades of Resolution Blue #28358B
Tints of Resolution Blue #28358B
RGB
CMYK
RGB Variations
Color information
#28358B (or 0x28358B) is known color: Resolution Blue. HEX triplet: 28, 35 and 8B. RGB value is (40,53,139). Sum of RGB (Red+Green+Blue) = 40+53+139=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #28358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28358B is #D7CA74. Grayscale: #3A3A3A. Windows color (decimal): -14142069 or 9123112. OLE color: 9123112.
HSL color Cylindrical-coordinate representation of color #28358B: hue angle of 232.12º degrees, saturation: 0.55, 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 #28358B is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 53 | 139 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.45 |
| HSL | 232.12º | 0.55% | 0.35% | - |
| HSV(B) | 232.12º | 0.71% | 0.55% | - |
| XYZ | 6.81 | 4.86 | 25.01 | - |
| YUV | 58.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 139 | 0.71 | 0.62 | 0 | 0.45 | 232.12 | 0.55 | 0.35 |
| Hex | 28 | 35 | 8B | 47 | 3E | 0 | 2D | E8 | 37 | 23 |
| Octal | 50 | 65 | 213 | 107 | 76 | 0 | 55 | 350 | 67 | 43 |
| Binary | 101000 | 110101 | 10001011 | 1000111 | 111110 | 0 | 101101 | 11101000 | 110111 | 100011 |
Color Harmonies of #28358B
Complementary color
Monochromatic Colors of #28358B
Black with #28358B
Text Example
Text Example
White with #28358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28358B; }
p { color: rgb(40,53,139); }
H1.HeaderClassName
{
color: #28358B;
}
.AnyTagClassName
{
color: #28358B;
}
</style>
background-color css
<style>
a { background-color: #28358B; }
a { background-color: rgb(40,53,139); }
div.DivClassName
{
background-color: #28358B;
}
.BgClassName
{
background-color: #28358B;
}
</style>
border-color css
<style>
span { border-color: #28358B; }
span { border-color: rgb(40,53,139); }
td.TdClassName
{
border-color: #28358B;
}
.TagClassName
{
border-color: #28358B;
}
</style>