#2E636E

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

Shades of Blumine #2E636E

Tints of Blumine #2E636E

Color information

#2E636E (or 0x2E636E) is unknown color: approx Blumine. HEX triplet: 2E, 63 and 6E. RGB value is (46,99,110). Sum of RGB (Red+Green+Blue) = 46+99+110=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #2E636E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E636E is #D19C91. Grayscale: #545454. Windows color (decimal): -13737106 or 7234350. OLE color: 7234350.

HSL color Cylindrical-coordinate representation of color #2E636E: hue angle of 190.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E636E is Cyan = 0.58, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4699110-
CMYK0.580.100.57
HSL190.31º41.03%30.59%-
HSV(B)190.31º58.18%43.14%-
XYZ8.410.6316.36-
YUV84.41142.44100.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=18.04%
G=38.82%
B=43.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46991100.580.100.57190.3141.0330.59
Hex2E636E3AA039be291f
Octal5614315672120712765137
Binary10111011000111101110111010101001110011011111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E636E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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