Html Css Color HEX #34584C Spectra

📋 copy color: '#34584C'

red 52 ◦ green 88 ◦ blue 76

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

Shades of Spectra #34584C

Tints of Spectra #34584C

RGB

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

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

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

R = 24.07%
G = 40.74%
B = 35.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#34584C (or 0x34584C) is known color: Spectra. HEX triplet: 34, 58 and 4C. RGB value is (52,88,76). Sum of RGB (Red+Green+Blue) = 52+88+76=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #34584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34584C is #CBA7B3. Grayscale: #4B4B4B. Windows color (decimal): -13346740 or 5003316. OLE color: 5003316.

HSL color Cylindrical-coordinate representation of color #34584C: hue angle of 160º 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 #34584C is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 76 -
CMYK 0.41 0 0.14 0.65
HSL 160º 0.26% 0.27% -
HSV(B) 160º 0.41% 0.35% -
XYZ 6.21 8.23 8.1 -
YUV 75.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 52 88 76 0.41 0 0.14 0.65 160 0.26 0.27
Hex 34 58 4C 29 0 E 41 A0 1A 1B
Octal 64 130 114 51 0 16 101 240 32 33
Binary 110100 1011000 1001100 101001 0 1110 1000001 10100000 11010 11011

Color Harmonies of #34584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34584C

Black with #34584C

Text Example


Text Example

White with #34584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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