Shades of Resolution Blue #2D4283
Tints of Resolution Blue #2D4283
RGB
CMYK
RGB Variations
Color information
#2D4283 (or 0x2D4283) is known color: Resolution Blue. HEX triplet: 2D, 42 and 83. RGB value is (45,66,131). Sum of RGB (Red+Green+Blue) = 45+66+131=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #2D4283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4283 is #D2BD7C. Grayscale: #424242. Windows color (decimal): -13811069 or 8602157. OLE color: 8602157.
HSL color Cylindrical-coordinate representation of color #2D4283: hue angle of 225.35º 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 #2D4283 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 66 | 131 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.49 |
| HSL | 225.35º | 0.49% | 0.35% | - |
| HSV(B) | 225.35º | 0.66% | 0.51% | - |
| XYZ | 7.13 | 6.09 | 22.27 | - |
| YUV | 67.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 131 | 0.66 | 0.50 | 0 | 0.49 | 225.35 | 0.49 | 0.35 |
| Hex | 2D | 42 | 83 | 42 | 32 | 0 | 31 | E1 | 31 | 23 |
| Octal | 55 | 102 | 203 | 102 | 62 | 0 | 61 | 341 | 61 | 43 |
| Binary | 101101 | 1000010 | 10000011 | 1000010 | 110010 | 0 | 110001 | 11100001 | 110001 | 100011 |
Color Harmonies of #2D4283
Complementary color
Monochromatic Colors of #2D4283
Black with #2D4283
Text Example
Text Example
White with #2D4283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4283; }
p { color: rgb(45,66,131); }
H1.HeaderClassName
{
color: #2D4283;
}
.AnyTagClassName
{
color: #2D4283;
}
</style>
background-color css
<style>
a { background-color: #2D4283; }
a { background-color: rgb(45,66,131); }
div.DivClassName
{
background-color: #2D4283;
}
.BgClassName
{
background-color: #2D4283;
}
</style>
border-color css
<style>
span { border-color: #2D4283; }
span { border-color: rgb(45,66,131); }
td.TdClassName
{
border-color: #2D4283;
}
.TagClassName
{
border-color: #2D4283;
}
</style>