Shades of Blumine #2D5B6D
Tints of Blumine #2D5B6D
RGB
CMYK
RGB Variations
Color information
#2D5B6D (or 0x2D5B6D) is known color: Blumine. HEX triplet: 2D, 5B and 6D. RGB value is (45,91,109). Sum of RGB (Red+Green+Blue) = 45+91+109=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 109 - color contains mainly: blue. Hex color #2D5B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B6D is #D2A492. Grayscale: #4F4F4F. Windows color (decimal): -13804691 or 7166765. OLE color: 7166765.
HSL color Cylindrical-coordinate representation of color #2D5B6D: hue angle of 196.88º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D5B6D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 45 | 91 | 109 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.57 |
| HSL | 196.88º | 0.42% | 0.3% | - |
| HSV(B) | 196.88º | 0.59% | 0.43% | - |
| XYZ | 7.58 | 9.14 | 15.83 | - |
| YUV | 79.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 109 | 0.59 | 0.17 | 0 | 0.57 | 196.88 | 0.42 | 0.3 |
| Hex | 2D | 5B | 6D | 3B | 11 | 0 | 39 | C5 | 2A | 1E |
| Octal | 55 | 133 | 155 | 73 | 21 | 0 | 71 | 305 | 52 | 36 |
| Binary | 101101 | 1011011 | 1101101 | 111011 | 10001 | 0 | 111001 | 11000101 | 101010 | 11110 |
Color Harmonies of #2D5B6D
Complementary color
Monochromatic Colors of #2D5B6D
Black with #2D5B6D
Text Example
Text Example
White with #2D5B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B6D; }
p { color: rgb(45,91,109); }
H1.HeaderClassName
{
color: #2D5B6D;
}
.AnyTagClassName
{
color: #2D5B6D;
}
</style>
background-color css
<style>
a { background-color: #2D5B6D; }
a { background-color: rgb(45,91,109); }
div.DivClassName
{
background-color: #2D5B6D;
}
.BgClassName
{
background-color: #2D5B6D;
}
</style>
border-color css
<style>
span { border-color: #2D5B6D; }
span { border-color: rgb(45,91,109); }
td.TdClassName
{
border-color: #2D5B6D;
}
.TagClassName
{
border-color: #2D5B6D;
}
</style>