Shades of Blumine #2E5C71
Tints of Blumine #2E5C71
RGB
CMYK
RGB Variations
Color information
#2E5C71 (or 0x2E5C71) is known color: Blumine. HEX triplet: 2E, 5C and 71. RGB value is (46,92,113). Sum of RGB (Red+Green+Blue) = 46+92+113=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E5C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C71 is #D1A38E. Grayscale: #505050. Windows color (decimal): -13738895 or 7429166. OLE color: 7429166.
HSL color Cylindrical-coordinate representation of color #2E5C71: hue angle of 198.81º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E5C71 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 46 | 92 | 113 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.56 |
| HSL | 198.81º | 0.42% | 0.31% | - |
| HSV(B) | 198.81º | 0.59% | 0.44% | - |
| XYZ | 7.93 | 9.43 | 17.02 | - |
| YUV | 80.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 113 | 0.59 | 0.19 | 0 | 0.56 | 198.81 | 0.42 | 0.31 |
| Hex | 2E | 5C | 71 | 3B | 13 | 0 | 38 | C7 | 2A | 1F |
| Octal | 56 | 134 | 161 | 73 | 23 | 0 | 70 | 307 | 52 | 37 |
| Binary | 101110 | 1011100 | 1110001 | 111011 | 10011 | 0 | 111000 | 11000111 | 101010 | 11111 |
Color Harmonies of #2E5C71
Complementary color
Monochromatic Colors of #2E5C71
Black with #2E5C71
Text Example
Text Example
White with #2E5C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C71; }
p { color: rgb(46,92,113); }
H1.HeaderClassName
{
color: #2E5C71;
}
.AnyTagClassName
{
color: #2E5C71;
}
</style>
background-color css
<style>
a { background-color: #2E5C71; }
a { background-color: rgb(46,92,113); }
div.DivClassName
{
background-color: #2E5C71;
}
.BgClassName
{
background-color: #2E5C71;
}
</style>
border-color css
<style>
span { border-color: #2E5C71; }
span { border-color: rgb(46,92,113); }
td.TdClassName
{
border-color: #2E5C71;
}
.TagClassName
{
border-color: #2E5C71;
}
</style>