Html Css Color HEX #2E6775 Blumine

📋 copy color: '#2E6775'

red 46 ◦ green 103 ◦ blue 117

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

Shades of Blumine #2E6775

Tints of Blumine #2E6775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.72%

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 17.29%
G = 38.72%
B = 43.98%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2E6775 (or 0x2E6775) is known color: Blumine. HEX triplet: 2E, 67 and 75. RGB value is (46,103,117). Sum of RGB (Red+Green+Blue) = 46+103+117=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #2E6775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6775 is #D1988A. Grayscale: #575757. Windows color (decimal): -13736075 or 7694126. OLE color: 7694126.

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

Color convert

RGB 46 103 117 -
CMYK 0.61 0.12 0 0.54
HSL 191.83º 0.44% 0.32% -
HSV(B) 191.83º 0.61% 0.46% -
XYZ 9.19 11.57 18.58 -
YUV 87.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 46 103 117 0.61 0.12 0 0.54 191.83 0.44 0.32
Hex 2E 67 75 3D C 0 36 C0 2C 20
Octal 56 147 165 75 14 0 66 300 54 40
Binary 101110 1100111 1110101 111101 1100 0 110110 11000000 101100 100000

Color Harmonies of #2E6775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6775

Black with #2E6775

Text Example


Text Example

White with #2E6775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,103,117); }

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

background-color css

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

 a { background-color: rgb(46,103,117); }

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

border-color css

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

 span { border-color: rgb(46,103,117); }

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