#2E6373

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

Shades of Blumine #2E6373

Tints of Blumine #2E6373

Color information

#2E6373 (or 0x2E6373) is unknown color: approx Blumine. HEX triplet: 2E, 63 and 73. RGB value is (46,99,115). Sum of RGB (Red+Green+Blue) = 46+99+115=260 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.69% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6373 is #D19C8C. Grayscale: #545454. Windows color (decimal): -13737101 or 7562030. OLE color: 7562030.

HSL color Cylindrical-coordinate representation of color #2E6373: hue angle of 193.91º 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 #2E6373 is Cyan = 0.6, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4699115-
CMYK0.60.1400.55
HSL193.91º42.86%31.57%-
HSV(B)193.91º60%45.1%-
XYZ8.6810.7417.84-
YUV84.98144.94100.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.69%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=17.69%
G=38.08%
B=44.23%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46991150.60.1400.55193.9142.8631.57
Hex2E63733CE037c22b20
Octal5614316374160673025340
Binary101110110001111100111111001110011011111000010101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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