Shades of Resolution Blue #28397E
Tints of Resolution Blue #28397E
RGB
CMYK
RGB Variations
Color information
#28397E (or 0x28397E) is known color: Resolution Blue. HEX triplet: 28, 39 and 7E. RGB value is (40,57,126). Sum of RGB (Red+Green+Blue) = 40+57+126=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #28397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28397E is #D7C681. Grayscale: #3B3B3B. Windows color (decimal): -14141058 or 8272168. OLE color: 8272168.
HSL color Cylindrical-coordinate representation of color #28397E: hue angle of 228.14º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28397E is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 57 | 126 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.51 |
| HSL | 228.14º | 0.52% | 0.33% | - |
| HSV(B) | 228.14º | 0.68% | 0.49% | - |
| XYZ | 6.1 | 4.88 | 20.36 | - |
| YUV | 59.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 126 | 0.68 | 0.55 | 0 | 0.51 | 228.14 | 0.52 | 0.33 |
| Hex | 28 | 39 | 7E | 44 | 37 | 0 | 33 | E4 | 34 | 21 |
| Octal | 50 | 71 | 176 | 104 | 67 | 0 | 63 | 344 | 64 | 41 |
| Binary | 101000 | 111001 | 1111110 | 1000100 | 110111 | 0 | 110011 | 11100100 | 110100 | 100001 |
Color Harmonies of #28397E
Complementary color
Monochromatic Colors of #28397E
Black with #28397E
Text Example
Text Example
White with #28397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28397E; }
p { color: rgb(40,57,126); }
H1.HeaderClassName
{
color: #28397E;
}
.AnyTagClassName
{
color: #28397E;
}
</style>
background-color css
<style>
a { background-color: #28397E; }
a { background-color: rgb(40,57,126); }
div.DivClassName
{
background-color: #28397E;
}
.BgClassName
{
background-color: #28397E;
}
</style>
border-color css
<style>
span { border-color: #28397E; }
span { border-color: rgb(40,57,126); }
td.TdClassName
{
border-color: #28397E;
}
.TagClassName
{
border-color: #28397E;
}
</style>