#2E6166

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

Shades of Blumine #2E6166

Tints of Blumine #2E6166

Color information

#2E6166 (or 0x2E6166) is unknown color: approx Blumine. HEX triplet: 2E, 61 and 66. RGB value is (46,97,102). Sum of RGB (Red+Green+Blue) = 46+97+102=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 102 - color contains mainly: blue. Hex color #2E6166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6166 is #D19E99. Grayscale: #525252. Windows color (decimal): -13737626 or 6709550. OLE color: 6709550.

HSL color Cylindrical-coordinate representation of color #2E6166: hue angle of 185.36º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E6166 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4697102-
CMYK0.550.0500.6
HSL185.36º37.84%29.02%-
HSV(B)185.36º54.9%40%-
XYZ7.810.0914.11-
YUV82.32139.1102.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.78%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=18.78%
G=39.59%
B=41.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46971020.550.0500.6185.3637.8429.02
Hex2E616637503Cb9261d
Octal561411466750742714635
Binary1011101100001110011011011110101111001011100110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,102); }

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

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

 a { background-color: rgb(46,97,102); }

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

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

 span { border-color: rgb(46,97,102); }

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