Html Css Color HEX #34584B Spectra

📋 copy color: '#34584B'

red 52 ◦ green 88 ◦ blue 75

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

Shades of Spectra #34584B

Tints of Spectra #34584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 24.19%
G = 40.93%
B = 34.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#34584B (or 0x34584B) is known color: Spectra. HEX triplet: 34, 58 and 4B. RGB value is (52,88,75). Sum of RGB (Red+Green+Blue) = 52+88+75=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #34584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34584B is #CBA7B4. Grayscale: #4B4B4B. Windows color (decimal): -13346741 or 4937780. OLE color: 4937780.

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

Color convert

RGB 52 88 75 -
CMYK 0.41 0 0.15 0.65
HSL 158.33º 0.26% 0.27% -
HSV(B) 158.33º 0.41% 0.35% -
XYZ 6.18 8.22 7.92 -
YUV 75.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 52 88 75 0.41 0 0.15 0.65 158.33 0.26 0.27
Hex 34 58 4B 29 0 F 41 9E 1A 1B
Octal 64 130 113 51 0 17 101 236 32 33
Binary 110100 1011000 1001011 101001 0 1111 1000001 10011110 11010 11011

Color Harmonies of #34584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34584B

Black with #34584B

Text Example


Text Example

White with #34584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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