Shades of Resolution Blue #283690
Tints of Resolution Blue #283690
RGB
CMYK
RGB Variations
Color information
#283690 (or 0x283690) is known color: Resolution Blue. HEX triplet: 28, 36 and 90. RGB value is (40,54,144). Sum of RGB (Red+Green+Blue) = 40+54+144=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #283690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283690 is #D7C96F. Grayscale: #3B3B3B. Windows color (decimal): -14141808 or 9451048. OLE color: 9451048.
HSL color Cylindrical-coordinate representation of color #283690: hue angle of 231.92º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #283690 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 54 | 144 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.44 |
| HSL | 231.92º | 0.57% | 0.36% | - |
| HSV(B) | 231.92º | 0.72% | 0.56% | - |
| XYZ | 7.23 | 5.1 | 26.99 | - |
| YUV | 60.07 | 175.36 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 54 | 144 | 0.72 | 0.63 | 0 | 0.44 | 231.92 | 0.57 | 0.36 |
| Hex | 28 | 36 | 90 | 48 | 3F | 0 | 2C | E8 | 39 | 24 |
| Octal | 50 | 66 | 220 | 110 | 77 | 0 | 54 | 350 | 71 | 44 |
| Binary | 101000 | 110110 | 10010000 | 1001000 | 111111 | 0 | 101100 | 11101000 | 111001 | 100100 |
Color Harmonies of #283690
Complementary color
Monochromatic Colors of #283690
Black with #283690
Text Example
Text Example
White with #283690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283690; }
p { color: rgb(40,54,144); }
H1.HeaderClassName
{
color: #283690;
}
.AnyTagClassName
{
color: #283690;
}
</style>
background-color css
<style>
a { background-color: #283690; }
a { background-color: rgb(40,54,144); }
div.DivClassName
{
background-color: #283690;
}
.BgClassName
{
background-color: #283690;
}
</style>
border-color css
<style>
span { border-color: #283690; }
span { border-color: rgb(40,54,144); }
td.TdClassName
{
border-color: #283690;
}
.TagClassName
{
border-color: #283690;
}
</style>