Shades of Resolution Blue #2D457A
Tints of Resolution Blue #2D457A
RGB
CMYK
RGB Variations
Color information
#2D457A (or 0x2D457A) is known color: Resolution Blue. HEX triplet: 2D, 45 and 7A. RGB value is (45,69,122). Sum of RGB (Red+Green+Blue) = 45+69+122=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D457A is #D2BA85. Grayscale: #434343. Windows color (decimal): -13810310 or 8013101. OLE color: 8013101.
HSL color Cylindrical-coordinate representation of color #2D457A: hue angle of 221.3º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2D457A is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 69 | 122 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.52 |
| HSL | 221.3º | 0.46% | 0.33% | - |
| HSV(B) | 221.3º | 0.63% | 0.48% | - |
| XYZ | 6.72 | 6.22 | 19.26 | - |
| YUV | 67.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 69 | 122 | 0.63 | 0.43 | 0 | 0.52 | 221.3 | 0.46 | 0.33 |
| Hex | 2D | 45 | 7A | 3F | 2B | 0 | 34 | DD | 2E | 21 |
| Octal | 55 | 105 | 172 | 77 | 53 | 0 | 64 | 335 | 56 | 41 |
| Binary | 101101 | 1000101 | 1111010 | 111111 | 101011 | 0 | 110100 | 11011101 | 101110 | 100001 |
Color Harmonies of #2D457A
Complementary color
Monochromatic Colors of #2D457A
Black with #2D457A
Text Example
Text Example
White with #2D457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D457A; }
p { color: rgb(45,69,122); }
H1.HeaderClassName
{
color: #2D457A;
}
.AnyTagClassName
{
color: #2D457A;
}
</style>
background-color css
<style>
a { background-color: #2D457A; }
a { background-color: rgb(45,69,122); }
div.DivClassName
{
background-color: #2D457A;
}
.BgClassName
{
background-color: #2D457A;
}
</style>
border-color css
<style>
span { border-color: #2D457A; }
span { border-color: rgb(45,69,122); }
td.TdClassName
{
border-color: #2D457A;
}
.TagClassName
{
border-color: #2D457A;
}
</style>