Shades of Resolution Blue #2A3683
Tints of Resolution Blue #2A3683
RGB
CMYK
RGB Variations
Color information
#2A3683 (or 0x2A3683) is known color: Resolution Blue. HEX triplet: 2A, 36 and 83. RGB value is (42,54,131). Sum of RGB (Red+Green+Blue) = 42+54+131=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A3683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3683 is #D5C97C. Grayscale: #3A3A3A. Windows color (decimal): -14010749 or 8599082. OLE color: 8599082.
HSL color Cylindrical-coordinate representation of color #2A3683: hue angle of 231.91º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A3683 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 54 | 131 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.49 |
| HSL | 231.91º | 0.51% | 0.34% | - |
| HSV(B) | 231.91º | 0.68% | 0.51% | - |
| XYZ | 6.37 | 4.77 | 22.06 | - |
| YUV | 59.19 | 168.52 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 131 | 0.68 | 0.59 | 0 | 0.49 | 231.91 | 0.51 | 0.34 |
| Hex | 2A | 36 | 83 | 44 | 3B | 0 | 31 | E8 | 33 | 22 |
| Octal | 52 | 66 | 203 | 104 | 73 | 0 | 61 | 350 | 63 | 42 |
| Binary | 101010 | 110110 | 10000011 | 1000100 | 111011 | 0 | 110001 | 11101000 | 110011 | 100010 |
Color Harmonies of #2A3683
Complementary color
Monochromatic Colors of #2A3683
Black with #2A3683
Text Example
Text Example
White with #2A3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3683; }
p { color: rgb(42,54,131); }
H1.HeaderClassName
{
color: #2A3683;
}
.AnyTagClassName
{
color: #2A3683;
}
</style>
background-color css
<style>
a { background-color: #2A3683; }
a { background-color: rgb(42,54,131); }
div.DivClassName
{
background-color: #2A3683;
}
.BgClassName
{
background-color: #2A3683;
}
</style>
border-color css
<style>
span { border-color: #2A3683; }
span { border-color: rgb(42,54,131); }
td.TdClassName
{
border-color: #2A3683;
}
.TagClassName
{
border-color: #2A3683;
}
</style>