Html Css Color HEX #2E684F Spectra

📋 copy color: '#2E684F'

red 46 ◦ green 104 ◦ blue 79

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

Shades of Spectra #2E684F

Tints of Spectra #2E684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.41%

 BLUE value IS 79 (31.25% from 255) = 34.5%

R = 20.09%
G = 45.41%
B = 34.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#2E684F (or 0x2E684F) is known color: Spectra. HEX triplet: 2E, 68 and 4F. RGB value is (46,104,79). Sum of RGB (Red+Green+Blue) = 46+104+79=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #2E684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E684F is #D197B0. Grayscale: #535353. Windows color (decimal): -13735857 or 5204014. OLE color: 5204014.

HSL color Cylindrical-coordinate representation of color #2E684F: hue angle of 154.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E684F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 104 79 -
CMYK 0.56 0 0.24 0.59
HSL 154.14º 0.39% 0.29% -
HSV(B) 154.14º 0.56% 0.41% -
XYZ 7.49 11.05 9.13 -
YUV 83.81 125.28 101.03 -
System Red Green Blue C M Y K H S L
Decimal 46 104 79 0.56 0 0.24 0.59 154.14 0.39 0.29
Hex 2E 68 4F 38 0 18 3B 9A 27 1D
Octal 56 150 117 70 0 30 73 232 47 35
Binary 101110 1101000 1001111 111000 0 11000 111011 10011010 100111 11101

Color Harmonies of #2E684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E684F

Black with #2E684F

Text Example


Text Example

White with #2E684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,104,79); }

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

background-color css

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

 a { background-color: rgb(46,104,79); }

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

border-color css

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

 span { border-color: rgb(46,104,79); }

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