Html Css Color HEX #35634E Spectra

📋 copy color: '#35634E'

red 53 ◦ green 99 ◦ blue 78

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

Shades of Spectra #35634E

Tints of Spectra #35634E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

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

R = 23.04%
G = 43.04%
B = 33.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#35634E (or 0x35634E) is known color: Spectra. HEX triplet: 35, 63 and 4E. RGB value is (53,99,78). Sum of RGB (Red+Green+Blue) = 53+99+78=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 78 (30.86% from 255 or 33.91% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #35634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35634E is #CA9CB1. Grayscale: #525252. Windows color (decimal): -13278386 or 5137205. OLE color: 5137205.

HSL color Cylindrical-coordinate representation of color #35634E: hue angle of 152.61º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35634E is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 78 -
CMYK 0.46 0 0.21 0.61
HSL 152.61º 0.3% 0.3% -
HSV(B) 152.61º 0.46% 0.39% -
XYZ 7.31 10.23 8.8 -
YUV 82.85 125.26 106.71 -
System Red Green Blue C M Y K H S L
Decimal 53 99 78 0.46 0 0.21 0.61 152.61 0.3 0.3
Hex 35 63 4E 2E 0 15 3D 99 1E 1E
Octal 65 143 116 56 0 25 75 231 36 36
Binary 110101 1100011 1001110 101110 0 10101 111101 10011001 11110 11110

Color Harmonies of #35634E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35634E

Black with #35634E

Text Example


Text Example

White with #35634E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,99,78); }

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

background-color css

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

 a { background-color: rgb(53,99,78); }

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

border-color css

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

 span { border-color: rgb(53,99,78); }

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