Html Css Color HEX #34584E Spectra

📋 copy color: '#34584E'

red 52 ◦ green 88 ◦ blue 78

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

Shades of Spectra #34584E

Tints of Spectra #34584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.78%

R = 23.85%
G = 40.37%
B = 35.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#34584E (or 0x34584E) is known color: Spectra. HEX triplet: 34, 58 and 4E. RGB value is (52,88,78). Sum of RGB (Red+Green+Blue) = 52+88+78=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #34584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34584E is #CBA7B1. Grayscale: #4C4C4C. Windows color (decimal): -13346738 or 5134388. OLE color: 5134388.

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

Color convert

RGB 52 88 78 -
CMYK 0.41 0 0.11 0.65
HSL 163.33º 0.26% 0.27% -
HSV(B) 163.33º 0.41% 0.35% -
XYZ 6.28 8.26 8.47 -
YUV 76.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 52 88 78 0.41 0 0.11 0.65 163.33 0.26 0.27
Hex 34 58 4E 29 0 B 41 A3 1A 1B
Octal 64 130 116 51 0 13 101 243 32 33
Binary 110100 1011000 1001110 101001 0 1011 1000001 10100011 11010 11011

Color Harmonies of #34584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34584E

Black with #34584E

Text Example


Text Example

White with #34584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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