Shades of Blumine #2A606E
Tints of Blumine #2A606E
RGB
CMYK
RGB Variations
Color information
#2A606E (or 0x2A606E) is known color: Blumine. HEX triplet: 2A, 60 and 6E. RGB value is (42,96,110). Sum of RGB (Red+Green+Blue) = 42+96+110=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A606E is #D59F91. Grayscale: #515151. Windows color (decimal): -14000018 or 7233578. OLE color: 7233578.
HSL color Cylindrical-coordinate representation of color #2A606E: hue angle of 192.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A606E is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 96 | 110 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.57 |
| HSL | 192.35º | 0.45% | 0.3% | - |
| HSV(B) | 192.35º | 0.62% | 0.43% | - |
| XYZ | 7.95 | 9.98 | 16.26 | - |
| YUV | 81.45 | 144.11 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 110 | 0.62 | 0.13 | 0 | 0.57 | 192.35 | 0.45 | 0.3 |
| Hex | 2A | 60 | 6E | 3E | D | 0 | 39 | C0 | 2D | 1E |
| Octal | 52 | 140 | 156 | 76 | 15 | 0 | 71 | 300 | 55 | 36 |
| Binary | 101010 | 1100000 | 1101110 | 111110 | 1101 | 0 | 111001 | 11000000 | 101101 | 11110 |
Color Harmonies of #2A606E
Complementary color
Monochromatic Colors of #2A606E
Black with #2A606E
Text Example
Text Example
White with #2A606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A606E; }
p { color: rgb(42,96,110); }
H1.HeaderClassName
{
color: #2A606E;
}
.AnyTagClassName
{
color: #2A606E;
}
</style>
background-color css
<style>
a { background-color: #2A606E; }
a { background-color: rgb(42,96,110); }
div.DivClassName
{
background-color: #2A606E;
}
.BgClassName
{
background-color: #2A606E;
}
</style>
border-color css
<style>
span { border-color: #2A606E; }
span { border-color: rgb(42,96,110); }
td.TdClassName
{
border-color: #2A606E;
}
.TagClassName
{
border-color: #2A606E;
}
</style>