#2E5E72

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

Shades of Blumine #2E5E72

Tints of Blumine #2E5E72

Color information

#2E5E72 (or 0x2E5E72) is unknown color: approx Blumine. HEX triplet: 2E, 5E and 72. RGB value is (46,94,114). Sum of RGB (Red+Green+Blue) = 46+94+114=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #2E5E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5E72 is #D1A18D. Grayscale: #515151. Windows color (decimal): -13738382 or 7495214. OLE color: 7495214.

HSL color Cylindrical-coordinate representation of color #2E5E72: hue angle of 197.65º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5E72 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4694114-
CMYK0.600.1800.55
HSL197.65º42.5%31.37%-
HSV(B)197.65º59.65%44.71%-
XYZ8.179.817.38-
YUV81.93146.1102.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.11%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=18.11%
G=37.01%
B=44.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46941140.600.1800.55197.6542.531.37
Hex2E5E723C12037c62a1f
Octal5613616274220673065237
Binary101110101111011100101111001001001101111100011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,114); }

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

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

 a { background-color: rgb(46,94,114); }

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

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

 span { border-color: rgb(46,94,114); }

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