Shades of Resolution Blue #283B8A
Tints of Resolution Blue #283B8A
RGB
CMYK
RGB Variations
Color information
#283B8A (or 0x283B8A) is known color: Resolution Blue. HEX triplet: 28, 3B and 8A. RGB value is (40,59,138). Sum of RGB (Red+Green+Blue) = 40+59+138=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #283B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B8A is #D7C475. Grayscale: #3D3D3D. Windows color (decimal): -14140534 or 9059112. OLE color: 9059112.
HSL color Cylindrical-coordinate representation of color #283B8A: hue angle of 228.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283B8A is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 59 | 138 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.46 |
| HSL | 228.37º | 0.55% | 0.35% | - |
| HSV(B) | 228.37º | 0.71% | 0.54% | - |
| XYZ | 7.03 | 5.41 | 24.72 | - |
| YUV | 62.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 138 | 0.71 | 0.57 | 0 | 0.46 | 228.37 | 0.55 | 0.35 |
| Hex | 28 | 3B | 8A | 47 | 39 | 0 | 2E | E4 | 37 | 23 |
| Octal | 50 | 73 | 212 | 107 | 71 | 0 | 56 | 344 | 67 | 43 |
| Binary | 101000 | 111011 | 10001010 | 1000111 | 111001 | 0 | 101110 | 11100100 | 110111 | 100011 |
Color Harmonies of #283B8A
Complementary color
Monochromatic Colors of #283B8A
Black with #283B8A
Text Example
Text Example
White with #283B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B8A; }
p { color: rgb(40,59,138); }
H1.HeaderClassName
{
color: #283B8A;
}
.AnyTagClassName
{
color: #283B8A;
}
</style>
background-color css
<style>
a { background-color: #283B8A; }
a { background-color: rgb(40,59,138); }
div.DivClassName
{
background-color: #283B8A;
}
.BgClassName
{
background-color: #283B8A;
}
</style>
border-color css
<style>
span { border-color: #283B8A; }
span { border-color: rgb(40,59,138); }
td.TdClassName
{
border-color: #283B8A;
}
.TagClassName
{
border-color: #283B8A;
}
</style>