Shades of Resolution Blue #2D4375
Tints of Resolution Blue #2D4375
RGB
CMYK
RGB Variations
Color information
#2D4375 (or 0x2D4375) is known color: Resolution Blue. HEX triplet: 2D, 43 and 75. RGB value is (45,67,117). Sum of RGB (Red+Green+Blue) = 45+67+117=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #2D4375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4375 is #D2BC8A. Grayscale: #414141. Windows color (decimal): -13810827 or 7684909. OLE color: 7684909.
HSL color Cylindrical-coordinate representation of color #2D4375: hue angle of 221.67º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D4375 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 67 | 117 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.54 |
| HSL | 221.67º | 0.44% | 0.32% | - |
| HSV(B) | 221.67º | 0.62% | 0.46% | - |
| XYZ | 6.3 | 5.86 | 17.63 | - |
| YUV | 66.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 117 | 0.62 | 0.43 | 0 | 0.54 | 221.67 | 0.44 | 0.32 |
| Hex | 2D | 43 | 75 | 3E | 2B | 0 | 36 | DE | 2C | 20 |
| Octal | 55 | 103 | 165 | 76 | 53 | 0 | 66 | 336 | 54 | 40 |
| Binary | 101101 | 1000011 | 1110101 | 111110 | 101011 | 0 | 110110 | 11011110 | 101100 | 100000 |
Color Harmonies of #2D4375
Complementary color
Monochromatic Colors of #2D4375
Black with #2D4375
Text Example
Text Example
White with #2D4375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4375; }
p { color: rgb(45,67,117); }
H1.HeaderClassName
{
color: #2D4375;
}
.AnyTagClassName
{
color: #2D4375;
}
</style>
background-color css
<style>
a { background-color: #2D4375; }
a { background-color: rgb(45,67,117); }
div.DivClassName
{
background-color: #2D4375;
}
.BgClassName
{
background-color: #2D4375;
}
</style>
border-color css
<style>
span { border-color: #2D4375; }
span { border-color: rgb(45,67,117); }
td.TdClassName
{
border-color: #2D4375;
}
.TagClassName
{
border-color: #2D4375;
}
</style>