Html Css Color HEX #34674C Spectra

📋 copy color: '#34674C'

red 52 ◦ green 103 ◦ blue 76

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

Shades of Spectra #34674C

Tints of Spectra #34674C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.59%

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 22.51%
G = 44.59%
B = 32.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#34674C (or 0x34674C) is known color: Spectra. HEX triplet: 34, 67 and 4C. RGB value is (52,103,76). Sum of RGB (Red+Green+Blue) = 52+103+76=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 103 - color contains mainly: green. Hex color #34674C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34674C is #CB98B3. Grayscale: #545454. Windows color (decimal): -13342900 or 5007156. OLE color: 5007156.

HSL color Cylindrical-coordinate representation of color #34674C: hue angle of 148.24º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34674C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 76 -
CMYK 0.50 0 0.26 0.60
HSL 148.24º 0.33% 0.3% -
HSV(B) 148.24º 0.5% 0.4% -
XYZ 7.57 10.95 8.55 -
YUV 84.67 123.1 104.7 -
System Red Green Blue C M Y K H S L
Decimal 52 103 76 0.50 0 0.26 0.60 148.24 0.33 0.3
Hex 34 67 4C 32 0 1A 3C 94 21 1E
Octal 64 147 114 62 0 32 74 224 41 36
Binary 110100 1100111 1001100 110010 0 11010 111100 10010100 100001 11110

Color Harmonies of #34674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34674C

Black with #34674C

Text Example


Text Example

White with #34674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34674C; }

 p { color: rgb(52,103,76); }

 H1.HeaderClassName
 {
   color: #34674C;
 }
 .AnyTagClassName
 {
   color: #34674C;
 }
</style>

background-color css

<style>
 a { background-color: #34674C; }

 a { background-color: rgb(52,103,76); }

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

border-color css

<style>
 span { border-color: #34674C; }

 span { border-color: rgb(52,103,76); }

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