Shades of Regal Blue #2D4356
Tints of Regal Blue #2D4356
RGB
CMYK
RGB Variations
Color information
#2D4356 (or 0x2D4356) is known color: Regal Blue. HEX triplet: 2D, 43 and 56. RGB value is (45,67,86). Sum of RGB (Red+Green+Blue) = 45+67+86=198 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.73% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #2D4356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4356 is #D2BCA9. Grayscale: #3E3E3E. Windows color (decimal): -13810858 or 5653293. OLE color: 5653293.
HSL color Cylindrical-coordinate representation of color #2D4356: hue angle of 207.8º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D4356 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 45 | 67 | 86 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.66 |
| HSL | 207.8º | 0.31% | 0.26% | - |
| HSV(B) | 207.8º | 0.48% | 0.34% | - |
| XYZ | 4.77 | 5.24 | 9.56 | - |
| YUV | 62.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 67 | 86 | 0.48 | 0.22 | 0 | 0.66 | 207.8 | 0.31 | 0.26 |
| Hex | 2D | 43 | 56 | 30 | 16 | 0 | 42 | D0 | 1F | 1A |
| Octal | 55 | 103 | 126 | 60 | 26 | 0 | 102 | 320 | 37 | 32 |
| Binary | 101101 | 1000011 | 1010110 | 110000 | 10110 | 0 | 1000010 | 11010000 | 11111 | 11010 |
Color Harmonies of #2D4356
Complementary color
Monochromatic Colors of #2D4356
Black with #2D4356
Text Example
Text Example
White with #2D4356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4356; }
p { color: rgb(45,67,86); }
H1.HeaderClassName
{
color: #2D4356;
}
.AnyTagClassName
{
color: #2D4356;
}
</style>
background-color css
<style>
a { background-color: #2D4356; }
a { background-color: rgb(45,67,86); }
div.DivClassName
{
background-color: #2D4356;
}
.BgClassName
{
background-color: #2D4356;
}
</style>
border-color css
<style>
span { border-color: #2D4356; }
span { border-color: rgb(45,67,86); }
td.TdClassName
{
border-color: #2D4356;
}
.TagClassName
{
border-color: #2D4356;
}
</style>