Html Css Color HEX #35624C Spectra

📋 copy color: '#35624C'

red 53 ◦ green 98 ◦ blue 76

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

Shades of Spectra #35624C

Tints of Spectra #35624C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

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

R = 23.35%
G = 43.17%
B = 33.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#35624C (or 0x35624C) is known color: Spectra. HEX triplet: 35, 62 and 4C. RGB value is (53,98,76). Sum of RGB (Red+Green+Blue) = 53+98+76=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #35624C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35624C is #CA9DB3. Grayscale: #525252. Windows color (decimal): -13278644 or 5005877. OLE color: 5005877.

HSL color Cylindrical-coordinate representation of color #35624C: hue angle of 150.67º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #35624C is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 98 76 -
CMYK 0.46 0 0.22 0.62
HSL 150.67º 0.3% 0.3% -
HSV(B) 150.67º 0.46% 0.38% -
XYZ 7.14 10.01 8.39 -
YUV 82.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 53 98 76 0.46 0 0.22 0.62 150.67 0.3 0.3
Hex 35 62 4C 2E 0 16 3E 97 1E 1E
Octal 65 142 114 56 0 26 76 227 36 36
Binary 110101 1100010 1001100 101110 0 10110 111110 10010111 11110 11110

Color Harmonies of #35624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35624C

Black with #35624C

Text Example


Text Example

White with #35624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,98,76); }

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

background-color css

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

 a { background-color: rgb(53,98,76); }

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

border-color css

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

 span { border-color: rgb(53,98,76); }

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