Html Css Color HEX #2E664E Spectra

📋 copy color: '#2E664E'

red 46 ◦ green 102 ◦ blue 78

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

Shades of Spectra #2E664E

Tints of Spectra #2E664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.13%

 BLUE value IS 78 (30.86% from 255) = 34.51%

R = 20.35%
G = 45.13%
B = 34.51%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#2E664E (or 0x2E664E) is known color: Spectra. HEX triplet: 2E, 66 and 4E. RGB value is (46,102,78). Sum of RGB (Red+Green+Blue) = 46+102+78=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #2E664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E664E is #D199B1. Grayscale: #525252. Windows color (decimal): -13736370 or 5137966. OLE color: 5137966.

HSL color Cylindrical-coordinate representation of color #2E664E: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E664E is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 46 102 78 -
CMYK 0.55 0 0.24 0.6
HSL 154.29º 0.38% 0.29% -
HSV(B) 154.29º 0.55% 0.4% -
XYZ 7.25 10.63 8.88 -
YUV 82.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 46 102 78 0.55 0 0.24 0.6 154.29 0.38 0.29
Hex 2E 66 4E 37 0 18 3C 9A 26 1D
Octal 56 146 116 67 0 30 74 232 46 35
Binary 101110 1100110 1001110 110111 0 11000 111100 10011010 100110 11101

Color Harmonies of #2E664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E664E

Black with #2E664E

Text Example


Text Example

White with #2E664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,102,78); }

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

background-color css

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

 a { background-color: rgb(46,102,78); }

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

border-color css

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

 span { border-color: rgb(46,102,78); }

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