#2E626B

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

Shades of Blumine #2E626B

Tints of Blumine #2E626B

Color information

#2E626B (or 0x2E626B) is unknown color: approx Blumine. HEX triplet: 2E, 62 and 6B. RGB value is (46,98,107). Sum of RGB (Red+Green+Blue) = 46+98+107=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 107 - color contains mainly: blue. Hex color #2E626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E626B is #D19D94. Grayscale: #535353. Windows color (decimal): -13737365 or 7037486. OLE color: 7037486.

HSL color Cylindrical-coordinate representation of color #2E626B: hue angle of 188.85º 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 #2E626B is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4698107-
CMYK0.570.0800.58
HSL188.85º39.87%30%-
HSV(B)188.85º57.01%41.96%-
XYZ8.1510.3815.48-
YUV83.48141.27101.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.33%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=18.33%
G=39.04%
B=42.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46981070.570.0800.58188.8539.8730
Hex2E626B39803Abd281e
Octal5614215371100722755036
Binary10111011000101101011111001100001110101011110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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