Shades of Blumine #2D5B6A
Tints of Blumine #2D5B6A
RGB
CMYK
RGB Variations
Color information
#2D5B6A (or 0x2D5B6A) is known color: Blumine. HEX triplet: 2D, 5B and 6A. RGB value is (45,91,106). Sum of RGB (Red+Green+Blue) = 45+91+106=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D5B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5B6A is #D2A495. Grayscale: #4E4E4E. Windows color (decimal): -13804694 or 6970157. OLE color: 6970157.
HSL color Cylindrical-coordinate representation of color #2D5B6A: hue angle of 194.75º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D5B6A is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 91 | 106 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.58 |
| HSL | 194.75º | 0.4% | 0.3% | - |
| HSV(B) | 194.75º | 0.58% | 0.42% | - |
| XYZ | 7.42 | 9.08 | 15 | - |
| YUV | 78.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 91 | 106 | 0.58 | 0.14 | 0 | 0.58 | 194.75 | 0.4 | 0.3 |
| Hex | 2D | 5B | 6A | 3A | E | 0 | 3A | C3 | 28 | 1E |
| Octal | 55 | 133 | 152 | 72 | 16 | 0 | 72 | 303 | 50 | 36 |
| Binary | 101101 | 1011011 | 1101010 | 111010 | 1110 | 0 | 111010 | 11000011 | 101000 | 11110 |
Color Harmonies of #2D5B6A
Complementary color
Monochromatic Colors of #2D5B6A
Black with #2D5B6A
Text Example
Text Example
White with #2D5B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5B6A; }
p { color: rgb(45,91,106); }
H1.HeaderClassName
{
color: #2D5B6A;
}
.AnyTagClassName
{
color: #2D5B6A;
}
</style>
background-color css
<style>
a { background-color: #2D5B6A; }
a { background-color: rgb(45,91,106); }
div.DivClassName
{
background-color: #2D5B6A;
}
.BgClassName
{
background-color: #2D5B6A;
}
</style>
border-color css
<style>
span { border-color: #2D5B6A; }
span { border-color: rgb(45,91,106); }
td.TdClassName
{
border-color: #2D5B6A;
}
.TagClassName
{
border-color: #2D5B6A;
}
</style>