Html Css Color HEX #2E596C Blumine

📋 copy color: '#2E596C'

red 46 ◦ green 89 ◦ blue 108

#2E596C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #2E596C

Tints of Blumine #2E596C

RGB

 RED value IS 46 (18.36% from 255) = 18.93%

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 108 (42.58% from 255) = 44.44%

R = 18.93%
G = 36.63%
B = 44.44%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2E596C (or 0x2E596C) is known color: Blumine. HEX triplet: 2E, 59 and 6C. RGB value is (46,89,108). Sum of RGB (Red+Green+Blue) = 46+89+108=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #2E596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E596C is #D1A693. Grayscale: #4E4E4E. Windows color (decimal): -13739668 or 7100718. OLE color: 7100718.

HSL color Cylindrical-coordinate representation of color #2E596C: hue angle of 198.39º degrees, saturation: 0.4, 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 #2E596C is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 89 108 -
CMYK 0.57 0.18 0 0.58
HSL 198.39º 0.4% 0.3% -
HSV(B) 198.39º 0.57% 0.42% -
XYZ 7.41 8.81 15.5 -
YUV 78.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 46 89 108 0.57 0.18 0 0.58 198.39 0.4 0.3
Hex 2E 59 6C 39 12 0 3A C6 28 1E
Octal 56 131 154 71 22 0 72 306 50 36
Binary 101110 1011001 1101100 111001 10010 0 111010 11000110 101000 11110

Color Harmonies of #2E596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E596C

Black with #2E596C

Text Example


Text Example

White with #2E596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,108); }

 H1.HeaderClassName
 {
   color: #2E596C;
 }
 .AnyTagClassName
 {
   color: #2E596C;
 }
</style>

background-color css

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

 a { background-color: rgb(46,89,108); }

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

border-color css

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

 span { border-color: rgb(46,89,108); }

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