#2E5A63

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

Shades of Blumine #2E5A63

Tints of Blumine #2E5A63

Color information

#2E5A63 (or 0x2E5A63) is unknown color: approx Blumine. HEX triplet: 2E, 5A and 63. RGB value is (46,90,99). Sum of RGB (Red+Green+Blue) = 46+90+99=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A63 is #D1A59C. Grayscale: #4D4D4D. Windows color (decimal): -13739421 or 6511150. OLE color: 6511150.

HSL color Cylindrical-coordinate representation of color #2E5A63: hue angle of 190.19º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5A63 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB469099-
CMYK0.540.0900.61
HSL190.19º36.55%28.43%-
HSV(B)190.19º53.54%38.82%-
XYZ7.048.7913.13-
YUV77.87139.92105.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.57%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=19.57%
G=38.30%
B=42.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4690990.540.0900.61190.1936.5528.43
Hex2E5A6336903Dbe251c
Octal5613214366110752764534
Binary10111010110101100011110110100101111011011111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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