#2E5F73

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

Shades of Blumine #2E5F73

Tints of Blumine #2E5F73

Color information

#2E5F73 (or 0x2E5F73) is unknown color: approx Blumine. HEX triplet: 2E, 5F and 73. RGB value is (46,95,115). Sum of RGB (Red+Green+Blue) = 46+95+115=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5F73 is #D1A08C. Grayscale: #525252. Windows color (decimal): -13738125 or 7561006. OLE color: 7561006.

HSL color Cylindrical-coordinate representation of color #2E5F73: hue angle of 197.39º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5F73 is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4695115-
CMYK0.60.1700.55
HSL197.39º42.86%31.57%-
HSV(B)197.39º60%45.1%-
XYZ8.311017.71-
YUV82.63146.27101.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.97%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=17.97%
G=37.11%
B=44.92%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46951150.60.1700.55197.3942.8631.57
Hex2E5F733C11037c52b20
Octal5613716374210673055340
Binary1011101011111111001111110010001011011111000101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,95,115); }

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

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

 a { background-color: rgb(46,95,115); }

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

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

 span { border-color: rgb(46,95,115); }

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