Html Css Color HEX #356357 Spectra

📋 copy color: '#356357'

red 53 ◦ green 99 ◦ blue 87

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

Shades of Spectra #356357

Tints of Spectra #356357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 22.18%
G = 41.42%
B = 36.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#356357 (or 0x356357) is known color: Spectra. HEX triplet: 35, 63 and 57. RGB value is (53,99,87). Sum of RGB (Red+Green+Blue) = 53+99+87=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #356357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356357 is #CA9CA8. Grayscale: #535353. Windows color (decimal): -13278377 or 5727029. OLE color: 5727029.

HSL color Cylindrical-coordinate representation of color #356357: hue angle of 164.35º 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 #356357 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 99 87 -
CMYK 0.46 0 0.12 0.61
HSL 164.35º 0.3% 0.3% -
HSV(B) 164.35º 0.46% 0.39% -
XYZ 7.65 10.37 10.61 -
YUV 83.88 129.76 105.98 -
System Red Green Blue C M Y K H S L
Decimal 53 99 87 0.46 0 0.12 0.61 164.35 0.3 0.3
Hex 35 63 57 2E 0 C 3D A4 1E 1E
Octal 65 143 127 56 0 14 75 244 36 36
Binary 110101 1100011 1010111 101110 0 1100 111101 10100100 11110 11110

Color Harmonies of #356357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356357

Black with #356357

Text Example


Text Example

White with #356357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356357; }

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

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

background-color css

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

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

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

border-color css

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

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

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