Shades of Blumine #2A656C
Tints of Blumine #2A656C
RGB
CMYK
RGB Variations
Color information
#2A656C (or 0x2A656C) is known color: Blumine. HEX triplet: 2A, 65 and 6C. RGB value is (42,101,108). Sum of RGB (Red+Green+Blue) = 42+101+108=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A656C is #D59A93. Grayscale: #545454. Windows color (decimal): -13998740 or 7103786. OLE color: 7103786.
HSL color Cylindrical-coordinate representation of color #2A656C: hue angle of 186.36º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A656C is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 101 | 108 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.58 |
| HSL | 186.36º | 0.44% | 0.29% | - |
| HSV(B) | 186.36º | 0.61% | 0.42% | - |
| XYZ | 8.32 | 10.88 | 15.85 | - |
| YUV | 84.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 108 | 0.61 | 0.06 | 0 | 0.58 | 186.36 | 0.44 | 0.29 |
| Hex | 2A | 65 | 6C | 3D | 6 | 0 | 3A | BA | 2C | 1D |
| Octal | 52 | 145 | 154 | 75 | 6 | 0 | 72 | 272 | 54 | 35 |
| Binary | 101010 | 1100101 | 1101100 | 111101 | 110 | 0 | 111010 | 10111010 | 101100 | 11101 |
Color Harmonies of #2A656C
Complementary color
Monochromatic Colors of #2A656C
Black with #2A656C
Text Example
Text Example
White with #2A656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A656C; }
p { color: rgb(42,101,108); }
H1.HeaderClassName
{
color: #2A656C;
}
.AnyTagClassName
{
color: #2A656C;
}
</style>
background-color css
<style>
a { background-color: #2A656C; }
a { background-color: rgb(42,101,108); }
div.DivClassName
{
background-color: #2A656C;
}
.BgClassName
{
background-color: #2A656C;
}
</style>
border-color css
<style>
span { border-color: #2A656C; }
span { border-color: rgb(42,101,108); }
td.TdClassName
{
border-color: #2A656C;
}
.TagClassName
{
border-color: #2A656C;
}
</style>