#2E5A6A

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

Shades of Blumine #2E5A6A

Tints of Blumine #2E5A6A

Color information

#2E5A6A (or 0x2E5A6A) is unknown color: approx Blumine. HEX triplet: 2E, 5A and 6A. RGB value is (46,90,106). Sum of RGB (Red+Green+Blue) = 46+90+106=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 106 (41.80% from 255 or 43.80% from 242); Max value from RGB is 106 - color contains mainly: blue. Hex color #2E5A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A6A is #D1A595. Grayscale: #4E4E4E. Windows color (decimal): -13739414 or 6969902. OLE color: 6969902.

HSL color Cylindrical-coordinate representation of color #2E5A6A: hue angle of 196º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E5A6A is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4690106-
CMYK0.570.1500.58
HSL196º39.47%29.8%-
HSV(B)196º56.6%41.57%-
XYZ7.388.9314.97-
YUV78.67143.42104.7-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.01%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 106 (41.80% from 255) = 43.80%
R=19.01%
G=37.19%
B=43.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46901060.570.1500.5819639.4729.8
Hex2E5A6A39F03Ac4271e
Octal5613215271170723044736
Binary10111010110101101010111001111101110101100010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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