Shades of Blumine #2A656D
Tints of Blumine #2A656D
RGB
CMYK
RGB Variations
Color information
#2A656D (or 0x2A656D) is known color: Blumine. HEX triplet: 2A, 65 and 6D. RGB value is (42,101,109). Sum of RGB (Red+Green+Blue) = 42+101+109=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A656D is #D59A92. Grayscale: #545454. Windows color (decimal): -13998739 or 7169322. OLE color: 7169322.
HSL color Cylindrical-coordinate representation of color #2A656D: 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 #2A656D is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 101 | 109 | - |
| 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.37 | 10.9 | 16.13 | - |
| YUV | 84.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 109 | 0.61 | 0.07 | 0 | 0.57 | 187.16 | 0.44 | 0.3 |
| Hex | 2A | 65 | 6D | 3D | 7 | 0 | 39 | BB | 2C | 1E |
| Octal | 52 | 145 | 155 | 75 | 7 | 0 | 71 | 273 | 54 | 36 |
| Binary | 101010 | 1100101 | 1101101 | 111101 | 111 | 0 | 111001 | 10111011 | 101100 | 11110 |
Color Harmonies of #2A656D
Complementary color
Monochromatic Colors of #2A656D
Black with #2A656D
Text Example
Text Example
White with #2A656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A656D; }
p { color: rgb(42,101,109); }
H1.HeaderClassName
{
color: #2A656D;
}
.AnyTagClassName
{
color: #2A656D;
}
</style>
background-color css
<style>
a { background-color: #2A656D; }
a { background-color: rgb(42,101,109); }
div.DivClassName
{
background-color: #2A656D;
}
.BgClassName
{
background-color: #2A656D;
}
</style>
border-color css
<style>
span { border-color: #2A656D; }
span { border-color: rgb(42,101,109); }
td.TdClassName
{
border-color: #2A656D;
}
.TagClassName
{
border-color: #2A656D;
}
</style>