Shades of Resolution Blue #2B4283
Tints of Resolution Blue #2B4283
RGB
CMYK
RGB Variations
Color information
#2B4283 (or 0x2B4283) is known color: Resolution Blue. HEX triplet: 2B, 42 and 83. RGB value is (43,66,131). Sum of RGB (Red+Green+Blue) = 43+66+131=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B4283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B4283 is #D4BD7C. Grayscale: #424242. Windows color (decimal): -13942141 or 8602155. OLE color: 8602155.
HSL color Cylindrical-coordinate representation of color #2B4283: hue angle of 224.32º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B4283 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 66 | 131 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.49 |
| HSL | 224.32º | 0.51% | 0.34% | - |
| HSV(B) | 224.32º | 0.67% | 0.51% | - |
| XYZ | 7.04 | 6.05 | 22.27 | - |
| YUV | 66.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 131 | 0.67 | 0.50 | 0 | 0.49 | 224.32 | 0.51 | 0.34 |
| Hex | 2B | 42 | 83 | 43 | 32 | 0 | 31 | E0 | 33 | 22 |
| Octal | 53 | 102 | 203 | 103 | 62 | 0 | 61 | 340 | 63 | 42 |
| Binary | 101011 | 1000010 | 10000011 | 1000011 | 110010 | 0 | 110001 | 11100000 | 110011 | 100010 |
Color Harmonies of #2B4283
Complementary color
Monochromatic Colors of #2B4283
Black with #2B4283
Text Example
Text Example
White with #2B4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4283; }
p { color: rgb(43,66,131); }
H1.HeaderClassName
{
color: #2B4283;
}
.AnyTagClassName
{
color: #2B4283;
}
</style>
background-color css
<style>
a { background-color: #2B4283; }
a { background-color: rgb(43,66,131); }
div.DivClassName
{
background-color: #2B4283;
}
.BgClassName
{
background-color: #2B4283;
}
</style>
border-color css
<style>
span { border-color: #2B4283; }
span { border-color: rgb(43,66,131); }
td.TdClassName
{
border-color: #2B4283;
}
.TagClassName
{
border-color: #2B4283;
}
</style>