#2E5963

Color #2E5963 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #2E5963

Tints of Blumine #2E5963

Color information

#2E5963 (or 0x2E5963) is unknown color: approx Blumine. HEX triplet: 2E, 59 and 63. RGB value is (46,89,99). Sum of RGB (Red+Green+Blue) = 46+89+99=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5963 is #D1A69C. Grayscale: #4D4D4D. Windows color (decimal): -13739677 or 6510894. OLE color: 6510894.

HSL color Cylindrical-coordinate representation of color #2E5963: hue angle of 191.32º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5963 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB468999-
CMYK0.540.1000.61
HSL191.32º36.55%28.43%-
HSV(B)191.32º53.54%38.82%-
XYZ6.958.6313.1-
YUV77.28140.25105.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 19.66%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=19.66%
G=38.03%
B=42.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4689990.540.1000.61191.3236.5528.43
Hex2E596336A03Dbf251c
Octal5613114366120752774534
Binary10111010110011100011110110101001111011011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E5963; }

 p { color: rgb(46,89,99); }

 H1.HeaderClassName
 {
   color: #2E5963;
 }
 .AnyTagClassName
 {
   color: #2E5963;
 }
</style>
background-color css

<style>
 a { background-color: #2E5963; }

 a { background-color: rgb(46,89,99); }

 div.DivClassName
 {
   background-color: #2E5963;
 }
 .BgClassName
 {
   background-color: #2E5963;
 }
</style>
border-color css

<style>
 span { border-color: #2E5963; }

 span { border-color: rgb(46,89,99); }

 td.TdClassName
 {
   border-color: #2E5963;
 }
 .TagClassName
 {
   border-color: #2E5963;
 }
</style>