Shades of Blumine #2A5E6C
Tints of Blumine #2A5E6C
RGB
CMYK
RGB Variations
Color information
#2A5E6C (or 0x2A5E6C) is known color: Blumine. HEX triplet: 2A, 5E and 6C. RGB value is (42,94,108). Sum of RGB (Red+Green+Blue) = 42+94+108=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A5E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E6C is #D5A193. Grayscale: #4F4F4F. Windows color (decimal): -14000532 or 7101994. OLE color: 7101994.
HSL color Cylindrical-coordinate representation of color #2A5E6C: hue angle of 192.73º 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 #2A5E6C is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 94 | 108 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.58 |
| HSL | 192.73º | 0.44% | 0.29% | - |
| HSV(B) | 192.73º | 0.61% | 0.42% | - |
| XYZ | 7.66 | 9.58 | 15.63 | - |
| YUV | 80.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 108 | 0.61 | 0.13 | 0 | 0.58 | 192.73 | 0.44 | 0.29 |
| Hex | 2A | 5E | 6C | 3D | D | 0 | 3A | C1 | 2C | 1D |
| Octal | 52 | 136 | 154 | 75 | 15 | 0 | 72 | 301 | 54 | 35 |
| Binary | 101010 | 1011110 | 1101100 | 111101 | 1101 | 0 | 111010 | 11000001 | 101100 | 11101 |
Color Harmonies of #2A5E6C
Complementary color
Monochromatic Colors of #2A5E6C
Black with #2A5E6C
Text Example
Text Example
White with #2A5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E6C; }
p { color: rgb(42,94,108); }
H1.HeaderClassName
{
color: #2A5E6C;
}
.AnyTagClassName
{
color: #2A5E6C;
}
</style>
background-color css
<style>
a { background-color: #2A5E6C; }
a { background-color: rgb(42,94,108); }
div.DivClassName
{
background-color: #2A5E6C;
}
.BgClassName
{
background-color: #2A5E6C;
}
</style>
border-color css
<style>
span { border-color: #2A5E6C; }
span { border-color: rgb(42,94,108); }
td.TdClassName
{
border-color: #2A5E6C;
}
.TagClassName
{
border-color: #2A5E6C;
}
</style>