Shades of Resolution Blue #2B387C
Tints of Resolution Blue #2B387C
RGB
CMYK
RGB Variations
Color information
#2B387C (or 0x2B387C) is known color: Resolution Blue. HEX triplet: 2B, 38 and 7C. RGB value is (43,56,124). Sum of RGB (Red+Green+Blue) = 43+56+124=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B387C is #D4C783. Grayscale: #3B3B3B. Windows color (decimal): -13944708 or 8140843. OLE color: 8140843.
HSL color Cylindrical-coordinate representation of color #2B387C: hue angle of 230.37º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B387C is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 56 | 124 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.51 |
| HSL | 230.37º | 0.49% | 0.33% | - |
| HSV(B) | 230.37º | 0.65% | 0.49% | - |
| XYZ | 6.05 | 4.8 | 19.68 | - |
| YUV | 59.87 | 164.19 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 124 | 0.65 | 0.55 | 0 | 0.51 | 230.37 | 0.49 | 0.33 |
| Hex | 2B | 38 | 7C | 41 | 37 | 0 | 33 | E6 | 31 | 21 |
| Octal | 53 | 70 | 174 | 101 | 67 | 0 | 63 | 346 | 61 | 41 |
| Binary | 101011 | 111000 | 1111100 | 1000001 | 110111 | 0 | 110011 | 11100110 | 110001 | 100001 |
Color Harmonies of #2B387C
Complementary color
Monochromatic Colors of #2B387C
Black with #2B387C
Text Example
Text Example
White with #2B387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B387C; }
p { color: rgb(43,56,124); }
H1.HeaderClassName
{
color: #2B387C;
}
.AnyTagClassName
{
color: #2B387C;
}
</style>
background-color css
<style>
a { background-color: #2B387C; }
a { background-color: rgb(43,56,124); }
div.DivClassName
{
background-color: #2B387C;
}
.BgClassName
{
background-color: #2B387C;
}
</style>
border-color css
<style>
span { border-color: #2B387C; }
span { border-color: rgb(43,56,124); }
td.TdClassName
{
border-color: #2B387C;
}
.TagClassName
{
border-color: #2B387C;
}
</style>