Shades of Resolution Blue #28407D
Tints of Resolution Blue #28407D
RGB
CMYK
RGB Variations
Color information
#28407D (or 0x28407D) is known color: Resolution Blue. HEX triplet: 28, 40 and 7D. RGB value is (40,64,125). Sum of RGB (Red+Green+Blue) = 40+64+125=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #28407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28407D is #D7BF82. Grayscale: #3F3F3F. Windows color (decimal): -14139267 or 8208424. OLE color: 8208424.
HSL color Cylindrical-coordinate representation of color #28407D: hue angle of 223.06º degrees, saturation: 0.52, 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 #28407D is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 64 | 125 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.51 |
| HSL | 223.06º | 0.52% | 0.32% | - |
| HSV(B) | 223.06º | 0.68% | 0.49% | - |
| XYZ | 6.41 | 5.6 | 20.14 | - |
| YUV | 63.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 125 | 0.68 | 0.49 | 0 | 0.51 | 223.06 | 0.52 | 0.32 |
| Hex | 28 | 40 | 7D | 44 | 31 | 0 | 33 | DF | 34 | 20 |
| Octal | 50 | 100 | 175 | 104 | 61 | 0 | 63 | 337 | 64 | 40 |
| Binary | 101000 | 1000000 | 1111101 | 1000100 | 110001 | 0 | 110011 | 11011111 | 110100 | 100000 |
Color Harmonies of #28407D
Complementary color
Monochromatic Colors of #28407D
Black with #28407D
Text Example
Text Example
White with #28407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28407D; }
p { color: rgb(40,64,125); }
H1.HeaderClassName
{
color: #28407D;
}
.AnyTagClassName
{
color: #28407D;
}
</style>
background-color css
<style>
a { background-color: #28407D; }
a { background-color: rgb(40,64,125); }
div.DivClassName
{
background-color: #28407D;
}
.BgClassName
{
background-color: #28407D;
}
</style>
border-color css
<style>
span { border-color: #28407D; }
span { border-color: rgb(40,64,125); }
td.TdClassName
{
border-color: #28407D;
}
.TagClassName
{
border-color: #28407D;
}
</style>