Html Css Color HEX #2E634F Spectra

📋 copy color: '#2E634F'

red 46 ◦ green 99 ◦ blue 79

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

Shades of Spectra #2E634F

Tints of Spectra #2E634F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.2%

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

R = 20.54%
G = 44.2%
B = 35.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#2E634F (or 0x2E634F) is known color: Spectra. HEX triplet: 2E, 63 and 4F. RGB value is (46,99,79). Sum of RGB (Red+Green+Blue) = 46+99+79=224 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.54% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #2E634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E634F is #D19CB0. Grayscale: #505050. Windows color (decimal): -13737137 or 5202734. OLE color: 5202734.

HSL color Cylindrical-coordinate representation of color #2E634F: hue angle of 157.36º 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 #2E634F is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 99 79 -
CMYK 0.54 0 0.20 0.61
HSL 157.36º 0.37% 0.28% -
HSV(B) 157.36º 0.54% 0.39% -
XYZ 7 10.07 8.97 -
YUV 80.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 46 99 79 0.54 0 0.20 0.61 157.36 0.37 0.28
Hex 2E 63 4F 36 0 14 3D 9D 25 1C
Octal 56 143 117 66 0 24 75 235 45 34
Binary 101110 1100011 1001111 110110 0 10100 111101 10011101 100101 11100

Color Harmonies of #2E634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E634F

Black with #2E634F

Text Example


Text Example

White with #2E634F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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