Shades of Blumine #2A5D6F
Tints of Blumine #2A5D6F
RGB
CMYK
RGB Variations
Color information
#2A5D6F (or 0x2A5D6F) is known color: Blumine. HEX triplet: 2A, 5D and 6F. RGB value is (42,93,111). Sum of RGB (Red+Green+Blue) = 42+93+111=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A5D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5D6F is #D5A290. Grayscale: #4F4F4F. Windows color (decimal): -14000785 or 7298346. OLE color: 7298346.
HSL color Cylindrical-coordinate representation of color #2A5D6F: hue angle of 195.65º 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 #2A5D6F is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 93 | 111 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.56 |
| HSL | 195.65º | 0.45% | 0.3% | - |
| HSV(B) | 195.65º | 0.62% | 0.44% | - |
| XYZ | 7.74 | 9.47 | 16.46 | - |
| YUV | 79.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 111 | 0.62 | 0.16 | 0 | 0.56 | 195.65 | 0.45 | 0.3 |
| Hex | 2A | 5D | 6F | 3E | 10 | 0 | 38 | C4 | 2D | 1E |
| Octal | 52 | 135 | 157 | 76 | 20 | 0 | 70 | 304 | 55 | 36 |
| Binary | 101010 | 1011101 | 1101111 | 111110 | 10000 | 0 | 111000 | 11000100 | 101101 | 11110 |
Color Harmonies of #2A5D6F
Complementary color
Monochromatic Colors of #2A5D6F
Black with #2A5D6F
Text Example
Text Example
White with #2A5D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D6F; }
p { color: rgb(42,93,111); }
H1.HeaderClassName
{
color: #2A5D6F;
}
.AnyTagClassName
{
color: #2A5D6F;
}
</style>
background-color css
<style>
a { background-color: #2A5D6F; }
a { background-color: rgb(42,93,111); }
div.DivClassName
{
background-color: #2A5D6F;
}
.BgClassName
{
background-color: #2A5D6F;
}
</style>
border-color css
<style>
span { border-color: #2A5D6F; }
span { border-color: rgb(42,93,111); }
td.TdClassName
{
border-color: #2A5D6F;
}
.TagClassName
{
border-color: #2A5D6F;
}
</style>