Html Css Color HEX #2E5F4A Spectra

📋 copy color: '#2E5F4A'

red 46 ◦ green 95 ◦ blue 74

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

Shades of Spectra #2E5F4A

Tints of Spectra #2E5F4A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.19%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 21.4%
G = 44.19%
B = 34.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#2E5F4A (or 0x2E5F4A) is known color: Spectra. HEX triplet: 2E, 5F and 4A. RGB value is (46,95,74). Sum of RGB (Red+Green+Blue) = 46+95+74=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 95 (37.5% from 255 or 44.19% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5F4A is #D1A0B5. Grayscale: #4D4D4D. Windows color (decimal): -13738166 or 4874030. OLE color: 4874030.

HSL color Cylindrical-coordinate representation of color #2E5F4A: hue angle of 154.29º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5F4A is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 95 74 -
CMYK 0.52 0 0.22 0.63
HSL 154.29º 0.35% 0.28% -
HSV(B) 154.29º 0.52% 0.37% -
XYZ 6.45 9.26 7.93 -
YUV 77.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 46 95 74 0.52 0 0.22 0.63 154.29 0.35 0.28
Hex 2E 5F 4A 34 0 16 3F 9A 23 1C
Octal 56 137 112 64 0 26 77 232 43 34
Binary 101110 1011111 1001010 110100 0 10110 111111 10011010 100011 11100

Color Harmonies of #2E5F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F4A

Black with #2E5F4A

Text Example


Text Example

White with #2E5F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,95,74); }

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

background-color css

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

 a { background-color: rgb(46,95,74); }

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

border-color css

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

 span { border-color: rgb(46,95,74); }

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