Shades of Resolution Blue #28397D
Tints of Resolution Blue #28397D
RGB
CMYK
RGB Variations
Color information
#28397D (or 0x28397D) is known color: Resolution Blue. HEX triplet: 28, 39 and 7D. RGB value is (40,57,125). Sum of RGB (Red+Green+Blue) = 40+57+125=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #28397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28397D is #D7C682. Grayscale: #3B3B3B. Windows color (decimal): -14141059 or 8206632. OLE color: 8206632.
HSL color Cylindrical-coordinate representation of color #28397D: hue angle of 228º 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 #28397D is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 57 | 125 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.51 |
| HSL | 228º | 0.52% | 0.32% | - |
| HSV(B) | 228º | 0.68% | 0.49% | - |
| XYZ | 6.04 | 4.86 | 20.02 | - |
| YUV | 59.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 125 | 0.68 | 0.54 | 0 | 0.51 | 228 | 0.52 | 0.32 |
| Hex | 28 | 39 | 7D | 44 | 36 | 0 | 33 | E4 | 34 | 20 |
| Octal | 50 | 71 | 175 | 104 | 66 | 0 | 63 | 344 | 64 | 40 |
| Binary | 101000 | 111001 | 1111101 | 1000100 | 110110 | 0 | 110011 | 11100100 | 110100 | 100000 |
Color Harmonies of #28397D
Complementary color
Monochromatic Colors of #28397D
Black with #28397D
Text Example
Text Example
White with #28397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28397D; }
p { color: rgb(40,57,125); }
H1.HeaderClassName
{
color: #28397D;
}
.AnyTagClassName
{
color: #28397D;
}
</style>
background-color css
<style>
a { background-color: #28397D; }
a { background-color: rgb(40,57,125); }
div.DivClassName
{
background-color: #28397D;
}
.BgClassName
{
background-color: #28397D;
}
</style>
border-color css
<style>
span { border-color: #28397D; }
span { border-color: rgb(40,57,125); }
td.TdClassName
{
border-color: #28397D;
}
.TagClassName
{
border-color: #28397D;
}
</style>