#2E6871

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

Shades of Blumine #2E6871

Tints of Blumine #2E6871

Color information

#2E6871 (or 0x2E6871) is unknown color: approx Blumine. HEX triplet: 2E, 68 and 71. RGB value is (46,104,113). Sum of RGB (Red+Green+Blue) = 46+104+113=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #2E6871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6871 is #D1978E. Grayscale: #575757. Windows color (decimal): -13735823 or 7432238. OLE color: 7432238.

HSL color Cylindrical-coordinate representation of color #2E6871: hue angle of 188.06º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E6871 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB46104113-
CMYK0.590.0800.56
HSL188.06º42.14%31.18%-
HSV(B)188.06º59.29%44.31%-
XYZ9.0611.6717.4-
YUV87.68142.2898.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.49%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 113 (44.53% from 255) = 42.97%
R=17.49%
G=39.54%
B=42.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal461041130.590.0800.56188.0642.1431.18
Hex2E68713B8038bc2a1f
Octal5615016173100702745237
Binary10111011010001110001111011100001110001011110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,104,113); }

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

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

 a { background-color: rgb(46,104,113); }

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

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

 span { border-color: rgb(46,104,113); }

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