Shades of Blumine #2A5E6A
Tints of Blumine #2A5E6A
RGB
CMYK
RGB Variations
Color information
#2A5E6A (or 0x2A5E6A) is known color: Blumine. HEX triplet: 2A, 5E and 6A. RGB value is (42,94,106). Sum of RGB (Red+Green+Blue) = 42+94+106=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #2A5E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E6A is #D5A195. Grayscale: #4F4F4F. Windows color (decimal): -14000534 or 6970922. OLE color: 6970922.
HSL color Cylindrical-coordinate representation of color #2A5E6A: hue angle of 191.25º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A5E6A is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 94 | 106 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.58 |
| HSL | 191.25º | 0.43% | 0.29% | - |
| HSV(B) | 191.25º | 0.6% | 0.42% | - |
| XYZ | 7.56 | 9.54 | 15.08 | - |
| YUV | 79.82 | 142.77 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 106 | 0.60 | 0.11 | 0 | 0.58 | 191.25 | 0.43 | 0.29 |
| Hex | 2A | 5E | 6A | 3C | B | 0 | 3A | BF | 2B | 1D |
| Octal | 52 | 136 | 152 | 74 | 13 | 0 | 72 | 277 | 53 | 35 |
| Binary | 101010 | 1011110 | 1101010 | 111100 | 1011 | 0 | 111010 | 10111111 | 101011 | 11101 |
Color Harmonies of #2A5E6A
Complementary color
Monochromatic Colors of #2A5E6A
Black with #2A5E6A
Text Example
Text Example
White with #2A5E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E6A; }
p { color: rgb(42,94,106); }
H1.HeaderClassName
{
color: #2A5E6A;
}
.AnyTagClassName
{
color: #2A5E6A;
}
</style>
background-color css
<style>
a { background-color: #2A5E6A; }
a { background-color: rgb(42,94,106); }
div.DivClassName
{
background-color: #2A5E6A;
}
.BgClassName
{
background-color: #2A5E6A;
}
</style>
border-color css
<style>
span { border-color: #2A5E6A; }
span { border-color: rgb(42,94,106); }
td.TdClassName
{
border-color: #2A5E6A;
}
.TagClassName
{
border-color: #2A5E6A;
}
</style>