#2E646B

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

Shades of Blumine #2E646B

Tints of Blumine #2E646B

Color information

#2E646B (or 0x2E646B) is unknown color: approx Blumine. HEX triplet: 2E, 64 and 6B. RGB value is (46,100,107). Sum of RGB (Red+Green+Blue) = 46+100+107=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E646B is #D19B94. Grayscale: #545454. Windows color (decimal): -13736853 or 7037998. OLE color: 7037998.

HSL color Cylindrical-coordinate representation of color #2E646B: hue angle of 186.89º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E646B is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB46100107-
CMYK0.570.0700.58
HSL186.89º39.87%30%-
HSV(B)186.89º57.01%41.96%-
XYZ8.3410.7615.55-
YUV84.65140.61100.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=18.18%
G=39.53%
B=42.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal461001070.570.0700.58186.8939.8730
Hex2E646B39703Abb281e
Octal561441537170722735036
Binary1011101100100110101111100111101110101011101110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,100,107); }

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

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

 a { background-color: rgb(46,100,107); }

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

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

 span { border-color: rgb(46,100,107); }

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