Html Css Color HEX #35584A Spectra

📋 copy color: '#35584A'

red 53 ◦ green 88 ◦ blue 74

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

Shades of Spectra #35584A

Tints of Spectra #35584A

RGB

 RED value IS 53 (21.09% from 255) = 24.65%

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

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

R = 24.65%
G = 40.93%
B = 34.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#35584A (or 0x35584A) is known color: Spectra. HEX triplet: 35, 58 and 4A. RGB value is (53,88,74). Sum of RGB (Red+Green+Blue) = 53+88+74=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #35584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35584A is #CAA7B5. Grayscale: #4B4B4B. Windows color (decimal): -13281206 or 4872245. OLE color: 4872245.

HSL color Cylindrical-coordinate representation of color #35584A: hue angle of 156º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35584A is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 74 -
CMYK 0.40 0 0.16 0.65
HSL 156º 0.25% 0.28% -
HSV(B) 156º 0.4% 0.35% -
XYZ 6.19 8.23 7.74 -
YUV 75.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 53 88 74 0.40 0 0.16 0.65 156 0.25 0.28
Hex 35 58 4A 28 0 10 41 9C 19 1C
Octal 65 130 112 50 0 20 101 234 31 34
Binary 110101 1011000 1001010 101000 0 10000 1000001 10011100 11001 11100

Color Harmonies of #35584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35584A

Black with #35584A

Text Example


Text Example

White with #35584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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