Shades of Blumine #2D636B
Tints of Blumine #2D636B
RGB
CMYK
RGB Variations
Color information
#2D636B (or 0x2D636B) is known color: Blumine. HEX triplet: 2D, 63 and 6B. RGB value is (45,99,107). Sum of RGB (Red+Green+Blue) = 45+99+107=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D636B is #D29C94. Grayscale: #535353. Windows color (decimal): -13802645 or 7037741. OLE color: 7037741.
HSL color Cylindrical-coordinate representation of color #2D636B: hue angle of 187.74º degrees, saturation: 0.41, 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 #2D636B is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 99 | 107 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.58 |
| HSL | 187.74º | 0.41% | 0.3% | - |
| HSV(B) | 187.74º | 0.58% | 0.42% | - |
| XYZ | 8.2 | 10.54 | 15.51 | - |
| YUV | 83.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 107 | 0.58 | 0.07 | 0 | 0.58 | 187.74 | 0.41 | 0.3 |
| Hex | 2D | 63 | 6B | 3A | 7 | 0 | 3A | BC | 29 | 1E |
| Octal | 55 | 143 | 153 | 72 | 7 | 0 | 72 | 274 | 51 | 36 |
| Binary | 101101 | 1100011 | 1101011 | 111010 | 111 | 0 | 111010 | 10111100 | 101001 | 11110 |
Color Harmonies of #2D636B
Complementary color
Monochromatic Colors of #2D636B
Black with #2D636B
Text Example
Text Example
White with #2D636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D636B; }
p { color: rgb(45,99,107); }
H1.HeaderClassName
{
color: #2D636B;
}
.AnyTagClassName
{
color: #2D636B;
}
</style>
background-color css
<style>
a { background-color: #2D636B; }
a { background-color: rgb(45,99,107); }
div.DivClassName
{
background-color: #2D636B;
}
.BgClassName
{
background-color: #2D636B;
}
</style>
border-color css
<style>
span { border-color: #2D636B; }
span { border-color: rgb(45,99,107); }
td.TdClassName
{
border-color: #2D636B;
}
.TagClassName
{
border-color: #2D636B;
}
</style>