Shades of Resolution Blue #2D4083
Tints of Resolution Blue #2D4083
RGB
CMYK
RGB Variations
Color information
#2D4083 (or 0x2D4083) is known color: Resolution Blue. HEX triplet: 2D, 40 and 83. RGB value is (45,64,131). Sum of RGB (Red+Green+Blue) = 45+64+131=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 64 (25.39% from 255 or 26.67% 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 #2D4083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4083 is #D2BF7C. Grayscale: #414141. Windows color (decimal): -13811581 or 8601645. OLE color: 8601645.
HSL color Cylindrical-coordinate representation of color #2D4083: hue angle of 226.74º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4083 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 64 | 131 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.49 |
| HSL | 226.74º | 0.49% | 0.35% | - |
| HSV(B) | 226.74º | 0.66% | 0.51% | - |
| XYZ | 7.01 | 5.86 | 22.23 | - |
| YUV | 65.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 131 | 0.66 | 0.51 | 0 | 0.49 | 226.74 | 0.49 | 0.35 |
| Hex | 2D | 40 | 83 | 42 | 33 | 0 | 31 | E3 | 31 | 23 |
| Octal | 55 | 100 | 203 | 102 | 63 | 0 | 61 | 343 | 61 | 43 |
| Binary | 101101 | 1000000 | 10000011 | 1000010 | 110011 | 0 | 110001 | 11100011 | 110001 | 100011 |
Color Harmonies of #2D4083
Complementary color
Monochromatic Colors of #2D4083
Black with #2D4083
Text Example
Text Example
White with #2D4083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4083; }
p { color: rgb(45,64,131); }
H1.HeaderClassName
{
color: #2D4083;
}
.AnyTagClassName
{
color: #2D4083;
}
</style>
background-color css
<style>
a { background-color: #2D4083; }
a { background-color: rgb(45,64,131); }
div.DivClassName
{
background-color: #2D4083;
}
.BgClassName
{
background-color: #2D4083;
}
</style>
border-color css
<style>
span { border-color: #2D4083; }
span { border-color: rgb(45,64,131); }
td.TdClassName
{
border-color: #2D4083;
}
.TagClassName
{
border-color: #2D4083;
}
</style>