Html Css Color HEX #2E5763 Blumine

📋 copy color: '#2E5763'

red 46 ◦ green 87 ◦ blue 99

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

Shades of Blumine #2E5763

Tints of Blumine #2E5763

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.5%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 19.83%
G = 37.5%
B = 42.67%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E5763 (or 0x2E5763) is known color: Blumine. HEX triplet: 2E, 57 and 63. RGB value is (46,87,99). Sum of RGB (Red+Green+Blue) = 46+87+99=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5763 is #D1A89C. Grayscale: #4C4C4C. Windows color (decimal): -13740189 or 6510382. OLE color: 6510382.

HSL color Cylindrical-coordinate representation of color #2E5763: hue angle of 193.58º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5763 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 87 99 -
CMYK 0.54 0.12 0 0.61
HSL 193.58º 0.37% 0.28% -
HSV(B) 193.58º 0.54% 0.39% -
XYZ 6.79 8.3 13.05 -
YUV 76.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 46 87 99 0.54 0.12 0 0.61 193.58 0.37 0.28
Hex 2E 57 63 36 C 0 3D C2 25 1C
Octal 56 127 143 66 14 0 75 302 45 34
Binary 101110 1010111 1100011 110110 1100 0 111101 11000010 100101 11100

Color Harmonies of #2E5763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5763

Black with #2E5763

Text Example


Text Example

White with #2E5763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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