Shades of Resolution Blue #2D427C
Tints of Resolution Blue #2D427C
RGB
CMYK
RGB Variations
Color information
#2D427C (or 0x2D427C) is known color: Resolution Blue. HEX triplet: 2D, 42 and 7C. RGB value is (45,66,124). Sum of RGB (Red+Green+Blue) = 45+66+124=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #2D427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D427C is #D2BD83. Grayscale: #424242. Windows color (decimal): -13811076 or 8143405. OLE color: 8143405.
HSL color Cylindrical-coordinate representation of color #2D427C: hue angle of 224.05º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D427C is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 66 | 124 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.51 |
| HSL | 224.05º | 0.47% | 0.33% | - |
| HSV(B) | 224.05º | 0.64% | 0.49% | - |
| XYZ | 6.67 | 5.91 | 19.86 | - |
| YUV | 66.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 66 | 124 | 0.64 | 0.47 | 0 | 0.51 | 224.05 | 0.47 | 0.33 |
| Hex | 2D | 42 | 7C | 40 | 2F | 0 | 33 | E0 | 2F | 21 |
| Octal | 55 | 102 | 174 | 100 | 57 | 0 | 63 | 340 | 57 | 41 |
| Binary | 101101 | 1000010 | 1111100 | 1000000 | 101111 | 0 | 110011 | 11100000 | 101111 | 100001 |
Color Harmonies of #2D427C
Complementary color
Monochromatic Colors of #2D427C
Black with #2D427C
Text Example
Text Example
White with #2D427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D427C; }
p { color: rgb(45,66,124); }
H1.HeaderClassName
{
color: #2D427C;
}
.AnyTagClassName
{
color: #2D427C;
}
</style>
background-color css
<style>
a { background-color: #2D427C; }
a { background-color: rgb(45,66,124); }
div.DivClassName
{
background-color: #2D427C;
}
.BgClassName
{
background-color: #2D427C;
}
</style>
border-color css
<style>
span { border-color: #2D427C; }
span { border-color: rgb(45,66,124); }
td.TdClassName
{
border-color: #2D427C;
}
.TagClassName
{
border-color: #2D427C;
}
</style>