#2E6367

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

Shades of Blumine #2E6367

Tints of Blumine #2E6367

Color information

#2E6367 (or 0x2E6367) is unknown color: approx Blumine. HEX triplet: 2E, 63 and 67. RGB value is (46,99,103). Sum of RGB (Red+Green+Blue) = 46+99+103=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E6367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6367 is #D19C98. Grayscale: #535353. Windows color (decimal): -13737113 or 6775598. OLE color: 6775598.

HSL color Cylindrical-coordinate representation of color #2E6367: hue angle of 184.21º 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 #2E6367 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4699103-
CMYK0.550.0400.60
HSL184.21º38.26%29.22%-
HSV(B)184.21º55.34%40.39%-
XYZ8.0410.4814.43-
YUV83.61138.94101.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=18.55%
G=39.92%
B=41.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46991030.550.0400.60184.2138.2629.22
Hex2E636737403Cb8261d
Octal561431476740742704635
Binary1011101100011110011111011110001111001011100010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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