Shades of Resolution Blue #283A75
Tints of Resolution Blue #283A75
RGB
CMYK
RGB Variations
Color information
#283A75 (or 0x283A75) is known color: Resolution Blue. HEX triplet: 28, 3A and 75. RGB value is (40,58,117). Sum of RGB (Red+Green+Blue) = 40+58+117=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #283A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A75 is #D7C58A. Grayscale: #3B3B3B. Windows color (decimal): -14140811 or 7682600. OLE color: 7682600.
HSL color Cylindrical-coordinate representation of color #283A75: hue angle of 225.97º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283A75 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 58 | 117 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.54 |
| HSL | 225.97º | 0.49% | 0.31% | - |
| HSV(B) | 225.97º | 0.66% | 0.46% | - |
| XYZ | 5.6 | 4.76 | 17.45 | - |
| YUV | 59.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 117 | 0.66 | 0.50 | 0 | 0.54 | 225.97 | 0.49 | 0.31 |
| Hex | 28 | 3A | 75 | 42 | 32 | 0 | 36 | E2 | 31 | 1F |
| Octal | 50 | 72 | 165 | 102 | 62 | 0 | 66 | 342 | 61 | 37 |
| Binary | 101000 | 111010 | 1110101 | 1000010 | 110010 | 0 | 110110 | 11100010 | 110001 | 11111 |
Color Harmonies of #283A75
Complementary color
Monochromatic Colors of #283A75
Black with #283A75
Text Example
Text Example
White with #283A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283A75; }
p { color: rgb(40,58,117); }
H1.HeaderClassName
{
color: #283A75;
}
.AnyTagClassName
{
color: #283A75;
}
</style>
background-color css
<style>
a { background-color: #283A75; }
a { background-color: rgb(40,58,117); }
div.DivClassName
{
background-color: #283A75;
}
.BgClassName
{
background-color: #283A75;
}
</style>
border-color css
<style>
span { border-color: #283A75; }
span { border-color: rgb(40,58,117); }
td.TdClassName
{
border-color: #283A75;
}
.TagClassName
{
border-color: #283A75;
}
</style>