Shades of Resolution Blue #2D3D83
Tints of Resolution Blue #2D3D83
RGB
CMYK
RGB Variations
Color information
#2D3D83 (or 0x2D3D83) is known color: Resolution Blue. HEX triplet: 2D, 3D and 83. RGB value is (45,61,131). Sum of RGB (Red+Green+Blue) = 45+61+131=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D3D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3D83 is #D2C27C. Grayscale: #3F3F3F. Windows color (decimal): -13812349 or 8600877. OLE color: 8600877.
HSL color Cylindrical-coordinate representation of color #2D3D83: hue angle of 228.84º 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 #2D3D83 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 61 | 131 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.49 |
| HSL | 228.84º | 0.49% | 0.35% | - |
| HSV(B) | 228.84º | 0.66% | 0.51% | - |
| XYZ | 6.85 | 5.53 | 22.18 | - |
| YUV | 64.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 61 | 131 | 0.66 | 0.53 | 0 | 0.49 | 228.84 | 0.49 | 0.35 |
| Hex | 2D | 3D | 83 | 42 | 35 | 0 | 31 | E5 | 31 | 23 |
| Octal | 55 | 75 | 203 | 102 | 65 | 0 | 61 | 345 | 61 | 43 |
| Binary | 101101 | 111101 | 10000011 | 1000010 | 110101 | 0 | 110001 | 11100101 | 110001 | 100011 |
Color Harmonies of #2D3D83
Complementary color
Monochromatic Colors of #2D3D83
Black with #2D3D83
Text Example
Text Example
White with #2D3D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3D83; }
p { color: rgb(45,61,131); }
H1.HeaderClassName
{
color: #2D3D83;
}
.AnyTagClassName
{
color: #2D3D83;
}
</style>
background-color css
<style>
a { background-color: #2D3D83; }
a { background-color: rgb(45,61,131); }
div.DivClassName
{
background-color: #2D3D83;
}
.BgClassName
{
background-color: #2D3D83;
}
</style>
border-color css
<style>
span { border-color: #2D3D83; }
span { border-color: rgb(45,61,131); }
td.TdClassName
{
border-color: #2D3D83;
}
.TagClassName
{
border-color: #2D3D83;
}
</style>