#2E6374

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

Shades of Blumine #2E6374

Tints of Blumine #2E6374

Color information

#2E6374 (or 0x2E6374) is unknown color: approx Blumine. HEX triplet: 2E, 63 and 74. RGB value is (46,99,116). Sum of RGB (Red+Green+Blue) = 46+99+116=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #2E6374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6374 is #D19C8B. Grayscale: #545454. Windows color (decimal): -13737100 or 7627566. OLE color: 7627566.

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

Color convert

RGB4699116-
CMYK0.600.1500.55
HSL194.57º43.21%31.76%-
HSV(B)194.57º60.34%45.49%-
XYZ8.7410.7718.14-
YUV85.09145.44100.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.62%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=17.62%
G=37.93%
B=44.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46991160.600.1500.55194.5743.2131.76
Hex2E63743CF037c32b20
Octal5614316474170673035340
Binary101110110001111101001111001111011011111000011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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