Shades of Resolution Blue #28358C
Tints of Resolution Blue #28358C
RGB
CMYK
RGB Variations
Color information
#28358C (or 0x28358C) is known color: Resolution Blue. HEX triplet: 28, 35 and 8C. RGB value is (40,53,140). Sum of RGB (Red+Green+Blue) = 40+53+140=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 140 (55.08% from 255 or 60.09% from 233); Max value from RGB is 140 - color contains mainly: blue. Hex color #28358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28358C is #D7CA73. Grayscale: #3A3A3A. Windows color (decimal): -14142068 or 9188648. OLE color: 9188648.
HSL color Cylindrical-coordinate representation of color #28358C: hue angle of 232.2º 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 #28358C is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 53 | 140 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.45 |
| HSL | 232.2º | 0.56% | 0.35% | - |
| HSV(B) | 232.2º | 0.71% | 0.55% | - |
| XYZ | 6.88 | 4.89 | 25.39 | - |
| YUV | 59.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 140 | 0.71 | 0.62 | 0 | 0.45 | 232.2 | 0.56 | 0.35 |
| Hex | 28 | 35 | 8C | 47 | 3E | 0 | 2D | E8 | 38 | 23 |
| Octal | 50 | 65 | 214 | 107 | 76 | 0 | 55 | 350 | 70 | 43 |
| Binary | 101000 | 110101 | 10001100 | 1000111 | 111110 | 0 | 101101 | 11101000 | 111000 | 100011 |
Color Harmonies of #28358C
Complementary color
Monochromatic Colors of #28358C
Black with #28358C
Text Example
Text Example
White with #28358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28358C; }
p { color: rgb(40,53,140); }
H1.HeaderClassName
{
color: #28358C;
}
.AnyTagClassName
{
color: #28358C;
}
</style>
background-color css
<style>
a { background-color: #28358C; }
a { background-color: rgb(40,53,140); }
div.DivClassName
{
background-color: #28358C;
}
.BgClassName
{
background-color: #28358C;
}
</style>
border-color css
<style>
span { border-color: #28358C; }
span { border-color: rgb(40,53,140); }
td.TdClassName
{
border-color: #28358C;
}
.TagClassName
{
border-color: #28358C;
}
</style>