Html Css Color HEX #34584A Spectra

📋 copy color: '#34584A'

red 52 ◦ green 88 ◦ blue 74

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

Shades of Spectra #34584A

Tints of Spectra #34584A

RGB

 RED value IS 52 (20.7% from 255) = 24.3%

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 24.3%
G = 41.12%
B = 34.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#34584A (or 0x34584A) is known color: Spectra. HEX triplet: 34, 58 and 4A. RGB value is (52,88,74). Sum of RGB (Red+Green+Blue) = 52+88+74=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #34584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34584A is #CBA7B5. Grayscale: #4B4B4B. Windows color (decimal): -13346742 or 4872244. OLE color: 4872244.

HSL color Cylindrical-coordinate representation of color #34584A: hue angle of 156.67º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34584A is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 74 -
CMYK 0.41 0 0.16 0.65
HSL 156.67º 0.26% 0.27% -
HSV(B) 156.67º 0.41% 0.35% -
XYZ 6.14 8.2 7.74 -
YUV 75.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 52 88 74 0.41 0 0.16 0.65 156.67 0.26 0.27
Hex 34 58 4A 29 0 10 41 9D 1A 1B
Octal 64 130 112 51 0 20 101 235 32 33
Binary 110100 1011000 1001010 101001 0 10000 1000001 10011101 11010 11011

Color Harmonies of #34584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34584A

Black with #34584A

Text Example


Text Example

White with #34584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34584A; }

 p { color: rgb(52,88,74); }

 H1.HeaderClassName
 {
   color: #34584A;
 }
 .AnyTagClassName
 {
   color: #34584A;
 }
</style>

background-color css

<style>
 a { background-color: #34584A; }

 a { background-color: rgb(52,88,74); }

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

border-color css

<style>
 span { border-color: #34584A; }

 span { border-color: rgb(52,88,74); }

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