Shades of Blumine #2A656F
Tints of Blumine #2A656F
RGB
CMYK
RGB Variations
Color information
#2A656F (or 0x2A656F) is known color: Blumine. HEX triplet: 2A, 65 and 6F. RGB value is (42,101,111). Sum of RGB (Red+Green+Blue) = 42+101+111=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A656F is #D59A90. Grayscale: #545454. Windows color (decimal): -13998737 or 7300394. OLE color: 7300394.
HSL color Cylindrical-coordinate representation of color #2A656F: hue angle of 188.7º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A656F is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 101 | 111 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.56 |
| HSL | 188.7º | 0.45% | 0.3% | - |
| HSV(B) | 188.7º | 0.62% | 0.44% | - |
| XYZ | 8.48 | 10.95 | 16.71 | - |
| YUV | 84.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 111 | 0.62 | 0.09 | 0 | 0.56 | 188.7 | 0.45 | 0.3 |
| Hex | 2A | 65 | 6F | 3E | 9 | 0 | 38 | BD | 2D | 1E |
| Octal | 52 | 145 | 157 | 76 | 11 | 0 | 70 | 275 | 55 | 36 |
| Binary | 101010 | 1100101 | 1101111 | 111110 | 1001 | 0 | 111000 | 10111101 | 101101 | 11110 |
Color Harmonies of #2A656F
Complementary color
Monochromatic Colors of #2A656F
Black with #2A656F
Text Example
Text Example
White with #2A656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A656F; }
p { color: rgb(42,101,111); }
H1.HeaderClassName
{
color: #2A656F;
}
.AnyTagClassName
{
color: #2A656F;
}
</style>
background-color css
<style>
a { background-color: #2A656F; }
a { background-color: rgb(42,101,111); }
div.DivClassName
{
background-color: #2A656F;
}
.BgClassName
{
background-color: #2A656F;
}
</style>
border-color css
<style>
span { border-color: #2A656F; }
span { border-color: rgb(42,101,111); }
td.TdClassName
{
border-color: #2A656F;
}
.TagClassName
{
border-color: #2A656F;
}
</style>