#2E5E73

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

Shades of Blumine #2E5E73

Tints of Blumine #2E5E73

Color information

#2E5E73 (or 0x2E5E73) is unknown color: approx Blumine. HEX triplet: 2E, 5E and 73. RGB value is (46,94,115). Sum of RGB (Red+Green+Blue) = 46+94+115=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5E73 is #D1A18C. Grayscale: #515151. Windows color (decimal): -13738381 or 7560750. OLE color: 7560750.

HSL color Cylindrical-coordinate representation of color #2E5E73: hue angle of 198.26º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5E73 is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4694115-
CMYK0.60.1800.55
HSL198.26º42.86%31.57%-
HSV(B)198.26º60%45.1%-
XYZ8.229.8217.68-
YUV82.04146.6102.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=18.04%
G=36.86%
B=45.10%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46941150.60.1800.55198.2642.8631.57
Hex2E5E733C12037c62b20
Octal5613616374220673065340
Binary1011101011110111001111110010010011011111000110101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,115); }

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

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

 a { background-color: rgb(46,94,115); }

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

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

 span { border-color: rgb(46,94,115); }

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