Shades of Blumine #2A6168
Tints of Blumine #2A6168
RGB
CMYK
RGB Variations
Color information
#2A6168 (or 0x2A6168) is known color: Blumine. HEX triplet: 2A, 61 and 68. RGB value is (42,97,104). Sum of RGB (Red+Green+Blue) = 42+97+104=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6168 is #D59E97. Grayscale: #515151. Windows color (decimal): -13999768 or 6840618. OLE color: 6840618.
HSL color Cylindrical-coordinate representation of color #2A6168: hue angle of 186.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6168 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 97 | 104 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.59 |
| HSL | 186.77º | 0.42% | 0.29% | - |
| HSV(B) | 186.77º | 0.6% | 0.41% | - |
| XYZ | 7.73 | 10.04 | 14.63 | - |
| YUV | 81.35 | 140.78 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 97 | 104 | 0.60 | 0.07 | 0 | 0.59 | 186.77 | 0.42 | 0.29 |
| Hex | 2A | 61 | 68 | 3C | 7 | 0 | 3B | BB | 2A | 1D |
| Octal | 52 | 141 | 150 | 74 | 7 | 0 | 73 | 273 | 52 | 35 |
| Binary | 101010 | 1100001 | 1101000 | 111100 | 111 | 0 | 111011 | 10111011 | 101010 | 11101 |
Color Harmonies of #2A6168
Complementary color
Monochromatic Colors of #2A6168
Black with #2A6168
Text Example
Text Example
White with #2A6168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6168; }
p { color: rgb(42,97,104); }
H1.HeaderClassName
{
color: #2A6168;
}
.AnyTagClassName
{
color: #2A6168;
}
</style>
background-color css
<style>
a { background-color: #2A6168; }
a { background-color: rgb(42,97,104); }
div.DivClassName
{
background-color: #2A6168;
}
.BgClassName
{
background-color: #2A6168;
}
</style>
border-color css
<style>
span { border-color: #2A6168; }
span { border-color: rgb(42,97,104); }
td.TdClassName
{
border-color: #2A6168;
}
.TagClassName
{
border-color: #2A6168;
}
</style>