#2E5762

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

Shades of Blumine #2E5762

Tints of Blumine #2E5762

Color information

#2E5762 (or 0x2E5762) is unknown color: approx Blumine. HEX triplet: 2E, 57 and 62. RGB value is (46,87,98). Sum of RGB (Red+Green+Blue) = 46+87+98=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5762 is #D1A89D. Grayscale: #4B4B4B. Windows color (decimal): -13740190 or 6444846. OLE color: 6444846.

HSL color Cylindrical-coordinate representation of color #2E5762: hue angle of 192.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5762 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB468798-
CMYK0.530.1100.62
HSL192.69º36.11%28.24%-
HSV(B)192.69º53.06%38.43%-
XYZ6.748.2812.8-
YUV75.99140.42106.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.91%
GREEN value IS 87 (34.38% from 255) = 37.66%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=19.91%
G=37.66%
B=42.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4687980.530.1100.62192.6936.1128.24
Hex2E576235B03Ec1241c
Octal5612714265130763014434
Binary10111010101111100010110101101101111101100000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,87,98); }

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

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

 a { background-color: rgb(46,87,98); }

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

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

 span { border-color: rgb(46,87,98); }

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