Shades of Blumine #2B666E
Tints of Blumine #2B666E
RGB
CMYK
RGB Variations
Color information
#2B666E (or 0x2B666E) is known color: Blumine. HEX triplet: 2B, 66 and 6E. RGB value is (43,102,110). Sum of RGB (Red+Green+Blue) = 43+102+110=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B666E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B666E is #D49991. Grayscale: #555555. Windows color (decimal): -13932946 or 7235115. OLE color: 7235115.
HSL color Cylindrical-coordinate representation of color #2B666E: hue angle of 187.16º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B666E is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 102 | 110 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.57 |
| HSL | 187.16º | 0.44% | 0.3% | - |
| HSV(B) | 187.16º | 0.61% | 0.43% | - |
| XYZ | 8.56 | 11.14 | 16.45 | - |
| YUV | 85.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 110 | 0.61 | 0.07 | 0 | 0.57 | 187.16 | 0.44 | 0.3 |
| Hex | 2B | 66 | 6E | 3D | 7 | 0 | 39 | BB | 2C | 1E |
| Octal | 53 | 146 | 156 | 75 | 7 | 0 | 71 | 273 | 54 | 36 |
| Binary | 101011 | 1100110 | 1101110 | 111101 | 111 | 0 | 111001 | 10111011 | 101100 | 11110 |
Color Harmonies of #2B666E
Complementary color
Monochromatic Colors of #2B666E
Black with #2B666E
Text Example
Text Example
White with #2B666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B666E; }
p { color: rgb(43,102,110); }
H1.HeaderClassName
{
color: #2B666E;
}
.AnyTagClassName
{
color: #2B666E;
}
</style>
background-color css
<style>
a { background-color: #2B666E; }
a { background-color: rgb(43,102,110); }
div.DivClassName
{
background-color: #2B666E;
}
.BgClassName
{
background-color: #2B666E;
}
</style>
border-color css
<style>
span { border-color: #2B666E; }
span { border-color: rgb(43,102,110); }
td.TdClassName
{
border-color: #2B666E;
}
.TagClassName
{
border-color: #2B666E;
}
</style>