#2E5663

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

Shades of Blumine #2E5663

Tints of Blumine #2E5663

Color information

#2E5663 (or 0x2E5663) is unknown color: approx Blumine. HEX triplet: 2E, 56 and 63. RGB value is (46,86,99). Sum of RGB (Red+Green+Blue) = 46+86+99=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5663 is #D1A99C. Grayscale: #4B4B4B. Windows color (decimal): -13740445 or 6510126. OLE color: 6510126.

HSL color Cylindrical-coordinate representation of color #2E5663: hue angle of 194.72º 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 #2E5663 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB468699-
CMYK0.540.1300.61
HSL194.72º36.55%28.43%-
HSV(B)194.72º53.54%38.82%-
XYZ6.718.1413.02-
YUV75.52141.25106.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 99 (39.06% from 255) = 42.86%
R=19.91%
G=37.23%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4686990.540.1300.61194.7236.5528.43
Hex2E566336D03Dc3251c
Octal5612614366150753034534
Binary10111010101101100011110110110101111011100001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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