Shades of Resolution Blue #283B82
Tints of Resolution Blue #283B82
RGB
CMYK
RGB Variations
Color information
#283B82 (or 0x283B82) is known color: Resolution Blue. HEX triplet: 28, 3B and 82. RGB value is (40,59,130). Sum of RGB (Red+Green+Blue) = 40+59+130=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #283B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283B82 is #D7C47D. Grayscale: #3D3D3D. Windows color (decimal): -14140542 or 8534824. OLE color: 8534824.
HSL color Cylindrical-coordinate representation of color #283B82: hue angle of 227.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #283B82 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 59 | 130 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.49 |
| HSL | 227.33º | 0.53% | 0.33% | - |
| HSV(B) | 227.33º | 0.69% | 0.51% | - |
| XYZ | 6.47 | 5.19 | 21.78 | - |
| YUV | 61.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 59 | 130 | 0.69 | 0.55 | 0 | 0.49 | 227.33 | 0.53 | 0.33 |
| Hex | 28 | 3B | 82 | 45 | 37 | 0 | 31 | E3 | 35 | 21 |
| Octal | 50 | 73 | 202 | 105 | 67 | 0 | 61 | 343 | 65 | 41 |
| Binary | 101000 | 111011 | 10000010 | 1000101 | 110111 | 0 | 110001 | 11100011 | 110101 | 100001 |
Color Harmonies of #283B82
Complementary color
Monochromatic Colors of #283B82
Black with #283B82
Text Example
Text Example
White with #283B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283B82; }
p { color: rgb(40,59,130); }
H1.HeaderClassName
{
color: #283B82;
}
.AnyTagClassName
{
color: #283B82;
}
</style>
background-color css
<style>
a { background-color: #283B82; }
a { background-color: rgb(40,59,130); }
div.DivClassName
{
background-color: #283B82;
}
.BgClassName
{
background-color: #283B82;
}
</style>
border-color css
<style>
span { border-color: #283B82; }
span { border-color: rgb(40,59,130); }
td.TdClassName
{
border-color: #283B82;
}
.TagClassName
{
border-color: #283B82;
}
</style>