#2E5B64

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

Shades of Blumine #2E5B64

Tints of Blumine #2E5B64

Color information

#2E5B64 (or 0x2E5B64) is unknown color: approx Blumine. HEX triplet: 2E, 5B and 64. RGB value is (46,91,100). Sum of RGB (Red+Green+Blue) = 46+91+100=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E5B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5B64 is #D1A49B. Grayscale: #4E4E4E. Windows color (decimal): -13739164 or 6576942. OLE color: 6576942.

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

Color convert

RGB4691100-
CMYK0.540.0900.61
HSL190º36.99%28.63%-
HSV(B)190º54%39.22%-
XYZ7.178.9813.41-
YUV78.57140.09104.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.41%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=19.41%
G=38.40%
B=42.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal46911000.540.0900.6119036.9928.63
Hex2E5B6436903Dbe251d
Octal5613314466110752764535
Binary10111010110111100100110110100101111011011111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,91,100); }

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

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

 a { background-color: rgb(46,91,100); }

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

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

 span { border-color: rgb(46,91,100); }

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