Shades of Blumine #2E5C72
Tints of Blumine #2E5C72
RGB
CMYK
RGB Variations
Color information
#2E5C72 (or 0x2E5C72) is known color: Blumine. HEX triplet: 2E, 5C and 72. RGB value is (46,92,114). Sum of RGB (Red+Green+Blue) = 46+92+114=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E5C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C72 is #D1A38D. Grayscale: #505050. Windows color (decimal): -13738894 or 7494702. OLE color: 7494702.
HSL color Cylindrical-coordinate representation of color #2E5C72: hue angle of 199.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5C72 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 92 | 114 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.55 |
| HSL | 199.41º | 0.43% | 0.31% | - |
| HSV(B) | 199.41º | 0.6% | 0.45% | - |
| XYZ | 7.99 | 9.45 | 17.32 | - |
| YUV | 80.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 114 | 0.60 | 0.19 | 0 | 0.55 | 199.41 | 0.43 | 0.31 |
| Hex | 2E | 5C | 72 | 3C | 13 | 0 | 37 | C7 | 2A | 1F |
| Octal | 56 | 134 | 162 | 74 | 23 | 0 | 67 | 307 | 52 | 37 |
| Binary | 101110 | 1011100 | 1110010 | 111100 | 10011 | 0 | 110111 | 11000111 | 101010 | 11111 |
Color Harmonies of #2E5C72
Complementary color
Monochromatic Colors of #2E5C72
Black with #2E5C72
Text Example
Text Example
White with #2E5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5C72; }
p { color: rgb(46,92,114); }
H1.HeaderClassName
{
color: #2E5C72;
}
.AnyTagClassName
{
color: #2E5C72;
}
</style>
background-color css
<style>
a { background-color: #2E5C72; }
a { background-color: rgb(46,92,114); }
div.DivClassName
{
background-color: #2E5C72;
}
.BgClassName
{
background-color: #2E5C72;
}
</style>
border-color css
<style>
span { border-color: #2E5C72; }
span { border-color: rgb(46,92,114); }
td.TdClassName
{
border-color: #2E5C72;
}
.TagClassName
{
border-color: #2E5C72;
}
</style>